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.
This results blank "BluePrint" tab in page properties.
How do we include "BluePrint" tab from foundation page component in touch ui?
What we are missing in this include?
Views
Replies
Total Likes
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
Views
Replies
Total Likes
HI Arun,
thanks for the quick response. Could you please share your dialog xml(.content.xml) to dig this issue at my end?
Thanks.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies