Setting Default Values in AEM Component Dialog
Published
Modified
Viewed192 times
_cq_template / .content.xml
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="nt:unstructured">
<navItems jcr:primaryType="nt:unstructured">
<item0 jcr:primaryType="nt:unstructured"
country="Germany"
language="German"/>
</navItems>
</jcr:root>
navigation / .content.xml
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0"
xmlns:cq="http://www.day.com/jcr/cq/1.0"
jcr:primaryType="cq:Component"
cq:templatePath="project/datasource/navigation"/>