hi, I want my variable which I have declared in cfg.json file to be used instead of static value in HTML file .please help me how to do it.my cfg.json file is : { "cssCds": "https://www.example.css", "jsCds":"https://www.example.js"}I am made one configuration java file which is :@Component(servic...
Hi all, I am trying to implement CUG(Closed User Group) in my project. I have followed the below article and did all the steps. But when I access the CUG configured page it's not showing anything only blank page is showing. Am I missed anything please help me? As per the article I have checking in ...
Hi All,I am seeing the below error for some of my pages. This is filling most of our app logs and making the page slow. /content/abc/cde.html HTTP/1.1] com.day.cq.wcm.core.impl.devicedetection.DeviceIdentificationModeImpl Could not find a jcr:content/cq:deviceIdentificationMode property for page Can...
We are creating templates in AEM and syncing them with Campaign.Some templates have conditional blocks like <%if(recipient.brand=='Adobe'){%>Show Adobe Content<%}else if(recipient.brand=='Facebook'){%>Show Facebook Content<%}%>Is there a way to test these Conditional block within AEM before sending ...
Is it possible to leverage the AEM Assets duplicate detection functionality when uploading assets through an API process?I found this post that feels similar to the response that, yes it could be possible to build that into an API to initiate the check and provide the API to take action based on a r...
Hi Team,Could you please help me with how to dynamically update the DIV ID within the component.html based on the number of occurences in the page.<div id="testcontainer1"></div> Here the id=testcontainer1 should get dynamically updated as 1,2,3,so on.. based on the number of components being placed...