How to export Local References of an asset in JSON format by Yoshimasa Ishiguro Abstract This article will explain how to export the references of an asset in JSON format instead of needing to go to the UI and see them for each asset.Issue/Symptoms You can see the Local References of an asset on th...
Hi All,We have a requirement where the links on blueprint needs to be updated for proper locale link in live copy.We created the DAM assets structure similar to site structure and placed similar PDF for "en" and "es" locale. Currently only two locales (English and Spanish). {/content/dam/testdemo/en...
Could someone let me know how to enable GC logging for AEM6.2. I tried using the following params but did not get desired result.JAVA_OPTS="$JAVA_OPTS -XX:+PrintGC -XX:+PrintGCTimeStamps -XX:+PrintGCDetails -Xloggc:../logs/gc.log"
Hi All,We are using 6.2 and just giving <div data-sly-test="${wcmmode.edit}">Edit Column Control</div> is not working[If I change to preview mode in author, it still shows up the text]..Tried the thing mentioned in http://wcmaem.blogspot.in/2016/07/how-to-check-touch-ui-mode-in-sightly.html but no l...
Hi all,In sightly if I try to use single quotes its getting converted to double quotes. Same thing renders fine in JSP.<meta name='tags' content='tag1,tag2' />converted to<meta name="tags" content="tag1,tag2" />I need something like <meta name='tags' content='tag1, tag2' data-content='["tag1", "tag...
Hi,Is it possible to defer or call ClientLibs asynchronously in AEM 6.1? So, something like: <cq:includeClientLib js="cq.jquery" async /> or <cq:includeClientLib js="cq.jquery" defer /> ? I have found examples using Sightly in AEM 6.2 but no luck finding examples using JSP's.Any help appreciated.Tha...
Hi everybody, i need to invalidate _jcr_content.json under content/web-app/en_GB/login/index/_jcr_content.jsonthis json should be updated after page modificationafter activation page dispatcher log perform next steps:LOG:Activation detected: action=Activate [/content/web-app/en_GB/login/index] Touch...
Hi, Not able to find jars for the following:com.adobe.cq.social.datastore.op.impl.SocialMongoDataService and, com.adobe.cq.social.datastore.provider.impl.AbstractCacheRegards,Varun Rawat
Hi All,Suppose I have a numberfield and a default value is set on it, [value="3"].Using jquery how do I get this "3", which is being used for some further manipulations.Any thoughts/reference code on this will be helpful.
Hi,I see lot of audit nodes created under /var such as /var/audit/com.day.cq.wcm.core.page, /var/audit/com.day.cq.replication, /var/audit/com.day.cq.dam. As the application usage increases, day by day, the number of nodes created under these nodes is increasing and is adding to the repository size o...