I am trying to set up a project using the command of " mvn -B archetype:generate -D archetypeGroupId=com.adobe.aem -D archetypeArtifactId=aem-project-archetype -D archetypeVersion=39 -D appTitle="AEM Bootcamp Site" -D appId="aem-bootcamp" -D groupId="com.aembootcamp" -D frontendModule="general" -D ...
Hi All, We've encountered a challenge regarding the utilization of a specific template. Previously, we had restricted the usage of the template exclusively to the path "/content/training(/.*)", using allowedpaths property.Initially, we also permitted the path "/content/countrysites" within our allow...
Hi Team, I've been working on integrating my Edge Delivery Services project with our Sandbox AEM Instance, and I encountered an issue. When attempting to connect my GitHub repository in AEM, I couldn't locate the expected field. I followed the steps outlined in the documentation provided here, b...
Hi Team, I have created a custom authentication handler by extending DefaultAuthenticationFeedbackHandler, by implementing AuthenticationHandler. This handler is for /content path. Any request with /content path is coming to this handler. The problem here is even tough I am logged into AEM with adm...
Hi I want to delete multiple pages from author and publisher. can someone suggest how to achieve this through code. I have used pagemanager.delete method but it is deleting only in author not in publishers. Thanks
Hi All I'm new to Edge delivery services and I'm interested in implementing a universal editor in my existing AEM projects. Could you please provide me with relevant documentation or guidance?Thanks
Hi there,is there a way to dynamically add the "hidden" attribute without an value to an element, when wcmmode.edit is inactive, and remove the attribute completely, when wcmmode.edit is active? Desired: Solution with dynamic attribute without valueMy HTL-Code looks something like this: <div class="...
Hi Team, We are using latest cloud SDK version aem-sdk-2024.4.15977.20240418T174835Z-240300, for our local and cloud environment as well. while we do rollout from lang-master we are getting error on console and not able to do single page rollout. Kinldy let us know any suggestion or input on thi...