how to set a Default value inside an Reference component provided using data-sly-resource
hi ,
I have a component which uses an reference component embedded inside the main component. I am using AEM 6.5 .
<sly data-sly-resource="${'experiencefragment' @ resourceType='cq/experience-fragments/editor/components/experiencefragment'}"></sly>
I need to define default values to the fragmentPath inside the experience fragment. I tried using the approach provided under
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/default-value-in-reference-component/qaq-p/315467 , i.e using cq:template and cq:templatePath approach and it fails .
STEPS :
1. Created a node inside the component of type nt:unstructured called cq:template. Added a property called fragmentPath of type String to it with default value for XF path.
2. Created a sling:folder outside the component called templateConfigs, created node of type nt:unstructured inside it called experienceFragment . Added a property to it called fragmentPath of type String. Then added a property to component called cq:templateType (String) and added path of the new config as its value.
Both above approaches did not work. Please help.
Thanks,
Samiksha,