Hi all,I'm having trouble understanding when you need add clientlib js file to save content from the dialog box? When is this necessary? Is it the same for TouchUI (Granite/Coral) and ClassicUI (extJS)
So I figured it out. I used we-retail's page component as a base.So page.html references headlibs.html which references author.htmlauthor.html<sly data-sly-use.wcmInit="initwcm.js" data-sly-use.clientLib="${'/libs/granite/sightly/templates/clientlib.html'}" data-sly-test="${!wcmInit.wcmmode.disabled...
My component correct refreshes when I add to any page in We-Retail. Which helps cement its an issue with my template/page component. Good suggestion! Now to figure out why.
This one has me scratching my head. I created a component and dragged on to a page I created with a basic template. It doesn't refresh the page even though I've set aftercreate,afterdelete,afteredit,afterinsert and aftermove to REFRESH_PAGE. Here is my _cq_editConfig.xml file. <?xml version="1.0" en...
I was looking throw the reference project, and couldn't see where they store their templates. Does anyone know?https://github.com/Adobe-Marketing-Cloud/aem-sample-we-retail/tree/master/ui.apps/src/main/content/jcr_root/apps/we-retail/components
praveenk9004043 wrote... This issue was resolved long back I deleted all the index from the below folder path and i was able to start by author instance. crx-quickstart\repository\index Sorry to bump this, but you saved me hour of frustration. This solved my issue. Thank you!
Feike Visser wrote...This is a much easier way, without changing permissions:page.getProperties().get("cq:template","")best,Feike Found this response in a different thread. Much better solution, and doesn't involve editing permissions.