Can someone point me to documentation on how to customize any of the site properties tabs? Screenshot of the page I am trying to customize is attached.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
If the requirement is to create new tab for page properties, then we have to go for overriding instead of overlaying. Below is the steps for the same.
Screenshot for reference: (wcmpage-override is component inheriting from wcm/foundation/components/page)
Page created out of templates(with wcmpage-override) will pick this new tab along with entire logic/files/nodes from wcm/foundation/components/page.
Views
Replies
Total Likes
HI,
Above properties of page is nothing but the dialog of page component. To customise, we need to overlay the same.
With this above flow, we need to ultimately overlay the path /libs/foundation/components/page/cq:dialog to /apps/foundation/components/page/cq:dialog and do the customisations here.
We need not change any reference anywhere in the flow, because the paths are mentioned without "libs". Per the "Resource Resolver Factory" configuration, apps will be checked first.
Screenshot for reference:
Views
Replies
Total Likes
Thank you for pointing me in the right direction vijis31358935.
What if I just want to add a new tab, can I do that without copying everything from /libs/foundation/components/page/cq:dialog to /apps/foundation/components/page/cq:dialog? When I create just one new tab under "/apps/foundation/components/page/cq:dialog", it doesn't show the default tabs from "/libs/foundation/components/page/cq:dialog" unless I copy the default tabs into "/apps/foundation/components/page/cq:dialog"
Views
Replies
Total Likes
Hi,
If the requirement is to create new tab for page properties, then we have to go for overriding instead of overlaying. Below is the steps for the same.
Screenshot for reference: (wcmpage-override is component inheriting from wcm/foundation/components/page)
Page created out of templates(with wcmpage-override) will pick this new tab along with entire logic/files/nodes from wcm/foundation/components/page.
Views
Replies
Total Likes
Thank you!
Views
Replies
Total Likes
[1] should be good starter to understand how you can extend this. Hope this helps
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies