Hi all,
When am creating a new page in aem the page properties are not loading fully and after the page has been created the full page properties are visible, please refer the screenshot below, Can you please help me if this can be resolved.
Is it due to some read permissions? I have logged in as admin user
Thanks
Mohammed
Solved! Go to Solution.
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi @mmansoor
This behavior is due to cq:showOnCreate property on the page component.
When cq:showOnCreate value is set to true for the respective tab, while creating the page, the tab will be visible on the page property whereas if it's not defined or is set as false it will not be visible.
As I can see you have a custom tab "Site FavIcon" which is shown in both create and edit page properties, the same way you will need to add the property as cq:showOnCreate with true and it will be avaialble in page creation wizard.
I do not have the Blueprint option while creating the page. Now I want it to be available as part of the page creation wizard.
To make this work I need to overlay the page component with only the required node i.e. blueprint with cq:showOnCreate as true.
Now if you see I have the option available as part of the page creation wizard.
You can refer the below link for more details:
Hope this helps!
Thanks
Views
Replies
Total Likes
Hi Asutosh,
It worked after adding the attribute
Thanks
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies