Expand my Community achievements bar.

SOLVED

Page properties are not fully loading while creating a new page

Avatar

Level 1

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.

mmansoor_1-1618893224493.pngmmansoor_2-1618893279014.png

 

Is it due to some read permissions? I have logged in as admin user 

 

Thanks

Mohammed

 

 

1 Accepted Solution

Avatar

Correct answer by
Level 1

Hi Asutosh,

 

It worked after adding the attribute 

 

Thanks

View solution in original post

3 Replies

Avatar

Community Advisor

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.

 

asutosh_jena_0-1618901699374.png

 

To make this work I need to overlay the page component with only the required node i.e. blueprint with cq:showOnCreate as true.

 

asutosh_jena_1-1618901802494.png

 

Now if you see I have the option available as part of the page creation wizard.

asutosh_jena_2-1618901847235.png

 

You can refer the below link for more details:

https://experienceleague.adobe.com/docs/experience-manager-64/developing/extending-aem/page-properti...

 

Hope this helps!

Thanks

Avatar

Level 1
Hi Asutosh, It worked after adding the attribute .Thanks

Avatar

Correct answer by
Level 1

Hi Asutosh,

 

It worked after adding the attribute 

 

Thanks