How to load a clientlib during page creation using editable templates in AEM 6.5?
Hi All,
I have a simple requirement, during page creation using an editable template, I need to show/hide fields based dropdown values, I tried
- Using extraClientlibs at page component dialog level- not working, as the clientlibs would road on page render but not during page creation.
- Overlayed /apps/wcm/core/content/sites/createpagewizard/jcr:content added extraClientlibs to that node, still failed,
- Used global clientlib category (cq.authoring.dialog) to my custom clientlib and expected to load on page creation, but still no luck.
Is there any way to achieve this?
Thanks,
Raju.