I'm trying to make a static template with three components in AEM 6.2, two of which should each be the same for every page made using the template, but editable for the template as a whole. I'm looking for something similar to static variables in Java, but with components. Is such a thing possible with static templates? If so, how would I do it? Thanks!
Solved! Go to Solution.
Views
Replies
Total Likes
What i ended up doing was using an iparsys in the page and creating child pages.
Views
Replies
Total Likes
You can use editable templates to achieve this, where you can define structure as above and initial for 2 components.
OR for static templates the design_dialog holds the value at template level, you can use design_dialog instead of dialog.
Thanks
Arun
Views
Replies
Total Likes
What i ended up doing was using an iparsys in the page and creating child pages.
Views
Replies
Total Likes