Tabs like cloud service, Personalization, Permissions are not showing up while creating page but showing while editing page properties. | Community
Skip to main content
Level 3
September 22, 2023

Tabs like cloud service, Personalization, Permissions are not showing up while creating page but showing while editing page properties.

  • September 22, 2023
  • 2 replies
  • 937 views

 

While editing Page Properties.

While creating Page

Is this default behavior or missing something?

Please suggest.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Level 4
September 22, 2023

hi @sangrampatil111 it is default behavior,but you can control this with this property 

cq:showOnCreate Boolean true

cq:showOnCreate plays a very important roles to show tabs or widgets at the time of page creation. That’s why if you want to author some fields at the time of page creation only, Just add this property with the value true in the tab /widget node.The default value of cq:showOnCreate is true.

FYI 

please read this  https://experienceleague.adobe.com/docs/experience-manager-65/developing/extending-aem/page-properties-views.html?lang=en

Level 3
September 26, 2023

@raushan123 , this will work only if tab is present under dialog node. But Mentioned tabs(Cloud Service, Personalization, Permissions etc) are not available under dialog and so , we can't add above property(ShowOnCreate=true).

We also tried to add those property along with ShowOnCreate=true property. Still it is not working.

This behavior is observed for  We-Retail site as well. 

We tried approach of overlaying but it is also not working. 

kautuk_sahni
Community Manager
Community Manager
September 26, 2023

@sangrampatil111 Did you find the suggestion from @raushan123 helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.

Kautuk Sahni
Level 3
September 26, 2023

@kautuk_sahni , solution provided by @raushan123  is not working. I will post my solution if  found.