Hi,I am following the tutorial Integrating SOLR with Adobe Experience Manager to integrate with SOLR 8.8 from AEM 6.5.7. The tutorial uses maven-scr-plugin to create a bundle where I have a project based on Adobe archetype that uses bnd-maven-plugin. I added the following dependencies to the pare...
Hi again, quick question, im building a submit email/PDF button here and again works great, and it looks a bit like this: var cBody = "Please provide your response by completing the Accommodation Review and Agreement Form";// Build the email URLvar cEmailURL = "mailto:" + cToAddr + "?cc=" + cCCAddr ...
Adobe AEM provides a UI where you can edit, export and import your i18n strings for translation: https://experienceleague.adobe.com/docs/experience-manager-65/developing/components/internationalization/i18n-translator.html?lang=en#creating-a-dictionary The URL should be /libs/cq/i18n/translator.html...
There will be one script that we need to add on all the pages in metadataSo can you please help me where we need to add this script so that it will start loading on all the templates Thanks in advance
Hello, guys,I am curious to know how to fully configure the Launch DTM library which we import in our website's pages. A little background: we have configured our instances to work with Launch through the gateway of Adobe IO.Now, under the chosen /conf path we have these nodes:While in the configura...
Hi All,String [ ] parentpagepath;Suppose parentpagepath[0] = /content/project/page1 parentpagepath[1] = /content/project/page2 If page1 has subpages subpage1 and subpage2page2 has subpages subpage3 and subpage4, how to iterate over parent path to retrieve path of the subpages? Thanks in advance.@AEM...
Hello All - I see some weird issues with the image component. it is a simple image component when I author an image in author environment, the image shows as expected but when it comes to publish or Dispatcher/CDN, I see that the image size is getting reduced either in publish or dispatcher/CDN and ...
Hello All - We are encountering an issues with the Style system. The styles are configured in the template and the respective cq:styleids are stored in the component's node as we are using the styles in the component. It is working fine in Author and Publish instance. When it comes to dispatcher, th...
Hi !I am trying to build & deploy a project to AEM using Maven and when I run install commandmvn clean install -PautoInstallSinglePackageI get below error:Project 'com.adobe.aem.guides.wknd:aem-guides-wknd.ui.frontend:0.0.1-SNAPSHOT' is duplicated in the reactor I tried changing groupId, artifactId ...
Hello, we are facing a bit of a small colossal issue. We are currently in the middle of implementing a SPA application with Angular and AEM.Essentially, on the AEM side we havea) A template with a root of type wcm/foundation/components/responsivegrid and inside it:an experience fragment for the head...