Exporting AEM Experience Fragment/Page Content for A/B Testing and External Systems without HTML Tags by Kiran Sg Abstract Problem Statement: How to export experience fragment or page content from author to: Adobe Target or any other application similar to Target without HTML Head/Body tags just c...
Comparing Stream-Based, Page.listChildren, and Query Builder Methods for Listing AEM Children Pages by Kiran Sg Abstract Problem Statement: What is the best way to list all the children in AEM? Stream-based VS page.listChildren VS Query Builder Introduction: AEM Sling Query is a resource traversa...
Link Checker and Transformer by Imran Khan Abstract Link checker provide the capability to validate all internal or external links authored on content page. AEM link checker is an event based and gets triggered on update of content. It is not advisable to use link checker for large repositories wh...
5 things: Creating a Custom Component [ Dialog ] by Anmol Bhardwaj Abstract There are many scenarios where you cannot find any similarity between an OOTB or already created component and the one you need to create. In this scenario, we need to build a new component from scratch or a “custom compo...
5 things: cq:design_dialog [And how is it different from cq:dialog] by Anmol Bhardwaj Abstract What is a design dialog in AEM? A designDialog is a special kind of dialog that is available only at page design mode in Adobe Experience Manager (AEM). It allows authors to customize the design of a com...
Implement Sitemap in AEM with Custom Elements and Attributes by Mayur Satav Abstract A sitemap is a list of pages of all your website content in an XML format. As a result, search engines like Google are able to find and index the content on the site pages more easily. It is helpful for both users ...
Select All and De-Select All fields in Dropdown using Coral UI JavaScript in AEM by Nikhil Kumar Abstract In this article we will try out a custom Coral UI Javascript in AEM and all a functionality to a dropdown where, dropdown will have n number of values and will have Select All and De-select All...
We're excited to announce that the Adobe Insider Tour is hitting the road and coming to Chicago! You're invited to join us on Thursday, May 18th for an exclusive in-person experience made for innovators like yourself. The day will be filled with opportunities for you to expand your skills through in...
Whenever we are using withMappable in our React SPA, that component is wrapped with an additional div. Example:-withMappable of Test component results in the following DOM tree, ...div (the additional div which was not added by us) Testdiv... Is there any way to configure withMappable to not wrap o...
I've written an API for the navigation and the below line of code is throwing a sonarlint error "Refactor this code to use a 'static final' pattern". Can someone tell me what is the issue if we replace the special characters like above? And how to resolve it?