Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Touch UI - How do i include 'Blueprint' tab from foundation page

Avatar

Level 2

Hi,

we are working on AEM 6.3 SP1. In classic ui dialog, we are including 'tab_blueprint' (/libs/foundation/components/page/tab_blueprint) node in my page component dialog using 'cqinclude' xtype. This works in classic ui dialog.

In touch ui, we are incuding 'blueprint' (/libs/foundation/components/page/cq:dialog/content/items/tabs/items/blueprint) node in my page component dialog using 'granite/ui/components/foundation/include' resource type.

1607172_pastedImage_5.png

This results blank "BluePrint" tab in page properties.

1607173_pastedImage_6.png

How do we include "BluePrint" tab from foundation page component in touch ui?

What we are missing in this include?

4 Replies

Avatar

Community Advisor

Hi,

Below is working for me in 6.3

path - foundation/components/page/cq:dialog/content/items/tabs/items/blueprint

sling:resourceType - granite/ui/components/foundation/include



Arun Patidar

Avatar

Level 2

HI Arun,

thanks for the quick response. Could you please share your dialog xml(.content.xml) to dig this issue at my end?

Thanks.

Avatar

Community Advisor

for testing, I copied '/libs/wcm/foundation/components/page/cq:dialog' dialog in my page component.

This also having creating dialog using includes. you can refer same.



Arun Patidar

Avatar

Level 3

In classic Ui, it creates auto blueprint when you create livecopies. But in touch ui u need to create blueprint by urself.

In path http://localhost:4502/libs/wcm/msm/gui/content/blueprintconfig.html

Once you create blueprint like this, ul get blueprint tab by default. You don't need to add blueprint tab by urself.

Also blueprint page shows blueprint tab and live copy page shows live copy tab. Both tabs will not show at same point.