Editable template association with Policies
For the static template, the design is stored at /etc/designs/<my-site>/jcr:content/<page-component-name>/<component-name> (if the page has a design path of /etc/designs/<my-site>) or/etc/designs/default/jcr:content/<page-component-name>/<component-name>
For editable template, design is stored at /conf/<your-project>/settings/wcm/policies.
So, In case of editable templates,only one template specific configuration(i.e. policies) per template can be there.
But, it is not the case with the static template, where more than one template-specific configurations (i.e. provide one separate design) can be associated with the template.
Template Name | Static Template | Editable Template | Design |
|---|---|---|---|
| T1 | /etc/designs/<site-name>/fr/jcr:content/landingpage | /conf/<project-name>/settings/wcm/policies/t1 | /etc/design/<project-name>/fr |
| T1 | /etc/designs/<site-name>/us/jcr:content/landingpage | /conf/<project-name>/settings/wcm/policies/t1 | /etc/design/<project-name>/us |
How the above use case can be solved for the Editable template, wherein I want more than 1 policies (or config) per template depending on the designs.
