Hello everyone,
I want to provide a view (UI touched) to the editor/user different page properties depending on the template within CQ 5.6. Let's say I have three templates which have a bunch of common page properties. Additionally they have some different properties. In the end the user should see (with UI touched overlay) different page properties depending on different templates. This is regarding to the page which already exist and also when the user want to create a page based on a special template.
What I have done so far:
1) For existing pages.
For exsiting pages I have overloaded and addapted /libs/cq/gui/components/siteadmin/admin/childpage/childpage.jsp
Additionally I have overloaded /libs/wcm/core/content/sites/bulkproperties/items/content/items/tabs/ items depending on my template.
2) No solution found for creating of new pages
Is there a way to solve this issue in easy way? I guess the overloading "solution" on the UI touch is a way to excessive.
If there is a way to solve it, please provide how to do it.
Thanks in advance
Vladimir