My task is when you edit template and open any layoutcontainer policy, there should be additional filed name "global" along with existing policy field such as Select policy, Policy title , Policy description. How Can I add one more filed "Global" in Template LayoutContainer Policy?
I'm not sure if AEM can return HTML directly, like you could with Springboot and Thymeleaf, but I'd like to try using the HTMX return HTML philosophy with the AEM components to see if it speeds up the performance of certain components. It would be great to have a search result component that runs on...
Hello, I need to consume APIs using AEM, I know it is possible to do it using OSGI service but I can't find any documentation or tutorial showing how to do it. The idea is to use the API through Java, and pass it through a varival to the ui.frontend. Today I use MapTo to do this communication, it wo...
I want to use context aware configuration in my aem project. Is there anyway without defining @sling:configRef property at root level, can we refer configuration at /content level or /content/data level?
Did anyone have an issue with thumbnails when duplicate assets are uploaded? Its for 6.5.21For us no thumbnails are generated. Only message received is com.day.cq.dam.core.process.GateKeeperProcess execute: terminated workflow for duplicate asset
I am using AEM 6.5 and using OOTB Microsoft Translator. I am creating the language copy i.e. created, but the problem occurs when it translates the content, it gives the below error... Error while translating property com.adobe.granite.translation.api.TranslationException: Error Code: TRANSLATION_FA...
So in one of the scenario we are having an image/video and download option for it. So whenever we click on that download button/logo the image gets downloaded. We checked this thing on Local author and local publish instance and it worked as expected. But on DEV, STAGE and PROD it worked only on aut...
I want to remove delete icon based on the user group permission, i.e., there are two user groups A and B for A i want to show delete icon on component where as for B I don't want to show this icon. Is there a solution to it other than updating "cq:actions string[] edit " in cq:editConfig because...
I have written yaml file for create CI/CD pipeline by installing maven pkg , deploy to stage/production followed by checkout branch and push it to master . But pl buddy check and need help if anything missing .As I need 1.Proper Yaml file to create CI/CD Pipeline 2. Include tools like git, maven,...