We have a requirement where we have created content fragment model having one of the fields as location title. Now we are getting list of content fragment objects (officeLocationCfms) in component HTL Code. We need to display content fragment location title value in component's UI. <div data-sly-use...
Hi Team, I was trying to form an external url based on custom domain; Please see the below format. // custom configured domain externalizer.externalLink(resolver, "mydomain", "https", "/content/site/en/page1", ) + ".html"; // => "https://mydomain.com/site/en/page1.html" (I was expecting this as an...
Hi Team, I need to some Information regarding need to explore will AEM sites and asserts support billions of documents. Please help me on this. ThanksChandrika
Hi There, Need your help in order to identify the email template which is used for participant step (notify through email) to trigger mail in a specified format.Our requirement is to overlay that email template to add some additional data. I have tried changing the template available at "/libs/setti...
Hi everybody, I'm using AEM 6.5 with SP 10 and I try to create an offer via Personalization > Offers > "Create Folder and Offer" and selecting "Offer Page". In the offer page Paragraph System I only can add components like "Text", "Image" or "Text and Image" but I want to allow my custom components ...
Hi, I was following this documentation for AEM Guide( XML documentation for AEM ). But not getting how to enable the XML editor option in AEM dashboard.does anyone knows how to enable it and if possible then could you please provide any reference URLs for AEM Guide? Thanks
Hi Team,We have requirement where we need to parse external URL XML file into AEM though Json. I checked we can do with ajax call however we need to cache data temporary into AEM to process further data. Kindly provide your inputs for the same how we can achieve this in AEM.