I'm trying to integrate our Launch and AEM instances. We are using Adobe Experience Platform Launch, and AEM 6.5.5. I went through the "AEM Sites Videos and Tutorials for Integrating Experience Platform Launch and AEM".https://docs.adobe.com/content/help/en/experience-manager-learn/sites/integration...
We've set up the AEM Launch Integration within both our prod and stage instances of AEM. However, after a few months, when I go to add a new container, it seems that the dropdowns within the Launch Configuration steps refuse to populate. When we do the IMS health check, it fails. So then we update t...
When I navigate to edit templates from my page in Aem spa acrhetype, I am not able to edit the policies. Page comes blank. am I missing any configuration? I am using editable templates.
Hi All, We have few mark up defined in our CSS library as below in CQ edit mode : .cq-wcm-edit .formBuilder .section.hiddenField, .cq-wcm-edit .formBuilder .section.hiddenFieldMulti { display: block; } I assume that .cq-wcm-edit only works with AEM classic UI. Any help on how we can migrate t...
Hi All, We have few mark up defined in our CSS library as below in CQ edit mode : .cq-wcm-edit .formBuilder .section.hiddenField, .cq-wcm-edit .formBuilder .section.hiddenFieldMulti { display: block; } I assume that .cq-wcm-edit only works with AEM classic UI. Any help on how we can migrate t...
Hi All, We have a component where we have added a config dialog using below code in template JSP : <script type="text/javascript" id="cq-gen73"> CQ.WCM .edit({ "path" : "${currentNode.path}/config", "dialog" : "<path>/...
Hi All,We have different teams managing different tenants of a site, on a single AEM instance. Each team needs to do a deployment for their own tenant independently. We have an option of going with a Maven Multi module project in a Single GIT repo, where each module corresponds to a single tenant, a...
Hi,We started facing this problem of component name not diplayed in the editable template after upgrading from 6.4.6 to 6.4.8.1. This issue exists in We Retail's editable template as well and in all browsers. Has anyone else noticed and fixed this before? Adding the log(error.log) statements;01....
Hi, I have couple of static templates working for site. Now I want one more template and I created editable template.Now the problem is, I set allowed template path in site's property and when I create page under site, it only showing editable template and not showing the static template.Is there a ...
Hi, I have created project in AEM using Maven, and also I have created an editable template, Now I want to use inbuilt project components (eg. carouser, teaser, navigation etc.) on this editable template with some client libraries (css, js), but do not know where I need to keep these and connect wit...