I am using citytechinc cq complonent plugin to create components in AEM using Java classes. When I use following dropdown with hardcoded option, it works fine.@ValueMapValueprivate String stores;@DialogField(fieldLabel = "Stores", ranking = 10) @Selection(type = Selection.SELECT, options = { ...
Dear All, I have an Customized CF Model. While creating CF and updating the content it is updating all field rather than particular field. For example I have a section called Include Posts and Collaboration Hub in the CF, as shown below. Now if I am updating any content in the Content Fragment Mod...
Hi team, Looking for list of OOTB selectors which comes by default in AEM that are used by Sling to determine how resource is rendered so that we know we are not mistakenly allowing or using any OOTB selector in our code base that can trigger some internal implementations.
This is the link I'm talking about: https://experienceleague.adobe.com/en/docs/experience-manager-learn/getting-started-with-aem-headless/spa-editor/react/overview i know there's a separate tutorial (https://experienceleague.adobe.com/en/docs/experience-manager-learn/getting-started-with-aem-headles...
Hi all, What are the best practices around forms if one has a form model connected to data source say CRMi have data source checked in per the documentation , I have form model based on data source and is not checked in, and I plan to activate the form(based on form model) itself and not check in t...
Requirement: To create a custom navigation component, those component root should be based on specific template, first match the template and fetch the pages under that template and shows in the page when created navigation component drag and drop at page. Simply the dynamic way to call templates an...
Hello, I have the following problem when I want to create a new node in create > create node and I get the pop-up window, none of the options for the node type appear, only nt:unstructured appears and even if I want to write it manually it does not allow me, for example cq:component among others, I ...
Hi All,We have requirement were need to extract all Experience fragments details & its corresponding ID attribute present on it under a particular folder. Each and every Experience fragment consists of an unique ID attribute on them. Try with Query debugger but it fetches all XFs under a folder but ...
Hi All,I am working on Single Page Application where AEM is used for content authoring. Need inputs on the below queries.1. Is it best practice to expose the path e.g /content/experience-fragment/sample/test/master/jcr:content/root/container.html in json for front end to hit and consume the HTML?2. ...
Hi, I'm trying to enable the Table of contents core components for my Aem Caas. I have created the filter as described in https://github.com/adobe/aem-core-wcm-components/blob/main/bundles/core/src/main/java/com/adobe/cq/wcm/core/components/internal/servlets/TableOfContentsFilter.java . in pom adde...