I'm using AEM 6.0 SP3, Touch UI. In the page dialog, is there a way to set the Hide In Navigation checkbox to "checked" by default?
I tried adding a cq:template to the page but that does not seem to work.
Thanks,
-Dean
Solved! Go to Solution.
Views
Replies
Total Likes
Goto
/libs/foundation/components/page/cq:dialog/content/items/tabs/items/basic/items/column/items/title/items/hideinnav
and add a property 'checked' and value 'true' of type 'String'. It will set the value checked by default.
However, you will have to overlay this tab in your <project>/components/page and make the change.
Regards,
Lokesh
Views
Replies
Total Likes
Goto
/libs/foundation/components/page/cq:dialog/content/items/tabs/items/basic/items/column/items/title/items/hideinnav
and add a property 'checked' and value 'true' of type 'String'. It will set the value checked by default.
However, you will have to overlay this tab in your <project>/components/page and make the change.
Regards,
Lokesh
Views
Replies
Total Likes
Thank you Lokesh.
That worked for when I actually open the dialog and see that the checkbox is enabled.
If someone creates a page, but does NOT edit page properties, is there a way to have it default to "checked"?
Thanks,
-Dean
Views
Replies
Total Likes
I dont see any options for it. You may have to customize the service when the page is created to read that value and store it.
Views
Replies
Total Likes
You can create the template node (cq:Template) of the page with the jcr:content node having the property name and value preset on it. And then when you create the page content then it should automatically have the value set.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies