I had a requirement to modify the OOTB DAM Upload asset workflow in order to add multiple renditions. I have made the required changes to the OOTB Workflow. There are lot of digital assets (more than 100 GB) in production. I am looking for the best option to run the modified DAM Upload asset workflo...
Hey , I need to read i18n values from my java code , I am able to do so via this piece of code if (request != null) { i18n = new I18n(request); textLoadMore = i18n.getVar(LOAD_MORE);}but this works when it is called from sling models but from servlet my request do not contain locale and langu...
Hi Community,I’m working on integrating the Adobe Experience Platform Data Collection Web SDK (hosted via Adobe Launch) with an AEM 6.5 instance that is deployed on-premise (not cloud-hosted).I’m looking for detailed guidance on the steps required to set up and configure the Web SDK in AEM 6.5 to tr...
Hi, Using AEM as a cloud. Setting cookie in servlet response object. Cookie is not available in dispatcher. Any Dispatcher level config do i need to do. Thanks.
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 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.