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

4 replies

arunpatidar
New Participant
May 25, 2021

Hi,
It is possible OOTB to show and hide page properties on creation, you need to add an extra property(cq:showOnCreate=false) to nodes that you want to hide

http://www.sgaemsolutions.com/2017/10/useful-properties-of-page-properties.html

Arun Patidar
New Participant
May 25, 2021
I know showOnCreate, but my question was related to the show / hide of the elements based on a select field: in the page creation phase the oob logic doesn't seem to work
Vaibhavi_J
New Participant
May 25, 2021

Hi @adobe-aem-ds , 

We can achieve this easily with multiple ways. 

Please have a check on below thread for similar one. 

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/page-properties-show-hide/qaq-p/291394

New Participant
May 25, 2021

Thanks Vaibhavi.

 

In the post indicated, the proposed solution is to insert a custom logic. So it is not possible to achieve the goal with just the oob tools?