Has anyone in the AEM community successfully implemented Blue/Green deployments using Cloud Manager for their production environment? What were your key takeaways, challenges, and best practices in setting up and managing this deployment strategy in AEM?Documenation: https://experienceleague.adobe.c...
In Adobe Experience Manager (AEM), we have several options like categories, dependencies, embed, allowProxy, cssProcessor, and jsProcessor for managing client libraries. How do you utilize these features in your AEM projects? What are your best practices for optimizing frontend asset delivery and pe...
I'm working on a project in Adobe Experience Manager (AEM) and need some guidance on managing and optimizing client libraries. How do you efficiently organize and include client libraries in AEM components, and what best practices do you follow to ensure a smooth development and deployment process?
Is it possible to make validation name authorable? Need to choose between admin.pagename(default) and my custom validation. It needs to be managed by author. Author will provide this information in a separate page template and the value will be used in each page validation name.
Hi All, We are developing AEM website (AEM cloud version) and want to integrate Google Analytics with it. I tried to go through Adobe documents/links and some questions on this forum, but all the links have expired and there is no concrete information around best practices. I am looking more into i...
There is custom workflow to approve content created by author. We have Content Authors and Content Approver groups. We have used Participant step to approve content and checked checkbox to send email notification to the user group selected in thatParticipant step. We have SMTP credentials provided b...
Hi Team,I want to fetch all folder paths under /content/dam/project of primaryType sling:Folder and nt:folder. I have generated a custom ACS Commons Reports, in which I used this query SELECT * FROM [sling:Folder] AS folder WHERE ISDESCENDANTNODE('/content/dam/project');I am not getting the fully ge...
We have multiple experience fragments built on AEM. We want to embed this XF in the form of HTML into another web page that is hosted outside AEM. I'm opposed to using Iframe( I tried it and it works fine) due to multiple reasons. Im looking for an alternative suggestion to consider.
Hi All,We have requirement where we need to export XF as Js so that it will be use another NON-AEM to fetch the content.Example:http://localhost:4502/content/experience-fragments/maserati/xf/experience-fragment3/master.js it will display whole content of XF and same we will refer to the other NON-A...
I created a file .content.xml at src/main/content/jcr_root/content/cq:graphql with the following code. <?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:rep="internal" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:sling="...