Hi, I am able to Author Teaser Component Cta astel:<tel number>,it works fine but when i move to author it asjavascript:alert('message');,it doesn't make any href on DOM. How to achieve this using authoring only; i dont want to write custom js for this. As in LinkCheckerConfigImpl i found that...
Hi,I'm using a listener class to trigger a workflow on modification assets based on asset type. Since multiple assets are uploaded at once updating the properties in assets is giving persistence exception. I have configured a job queue for our model. It is triggering the workflow in order but not su...
Hi, I'm working on AEM Targeting via ContextHub implementation. While updating the config on the root page, I can see the brand listed in the dropdown. However, when I select the brand "Test Brand", the Area reference section is not loading, even though I have created everything as part of the setup...
I am working on React component to integrate the data from AEM content fragment. In React code I using the asset api to read the content json and populate in UI. asset api JSON response is working fine in author environemnt, but when I publish the page to my dev environment it is not working. I have...
Hi , We have tags(cq:tags) configured on page properties but these tags arent coming in tagmetadata XML file. We havent written any translation rules for tags but on translation cloud configuration we set translate tags under sites tab. Can anyone clarify the below pointsHow do tags get sent for tra...
Hi,We have written a listener to run a sling job whenever the asset is modified. Is there a way to add a delay of 5mins to jobManager.addJob() then run the sling job?Thank you.
Hello, I am working on Cloud AEM. I am working on Event Handler to call our api on page replication.For which I am using a ReplicationAction to know path and user details. I have a requirement to know which is the server it is like prod/stage/dev/rdeAMS gives this info from this.slingSettingsService...