Hi Adobe Community,I’m an author in Adobe Experience Manager (AEM), and as part of our workflow for creating pages on our website, we often need input, comments, and approvals from product line managers or subject matter experts. However, these individuals are not AEM users, and due to limited licen...
Url is content/experience-fragments/xf/sample/global/cnt/india/jcr:content/root.model.india.100.json .cache file generated is root.model.json but expected is root.model.india.100.json. what changes required in dispatcher configs to get the expecteed cache file name?
I faced an issue where jcr:uuid is not generated if we publish a page using manage publication, but not if we publish using quick publish. Upon investigation, we discovered that when we publish using quick publish, "mix:versionable" is added to the jcr:mixinTypes property. As a solution, I am trying...
I have to show and hide few fields of the component dialog based on the template in which page is created.for this im triggering clientlibs and making show and hide fields using js (show and hide works fine) but how to get template details to the js to make it work as per my condition?
Hi Team I have created a component and dialog contains one RTE and I want to set default value for it. I have tried emptyText, defaultValue, value but nothing is working. Below is my xml. Please check and advise.<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.org/jcr...
I'm facing below issue, where in one of the Author, when editing the page to link the 'Content Fragment Data' to the page element, but I'm not seeing the 'Edit' and 'Configure' icon. 'Configure' icon (Second Icon below) let us link a 'Data Element' that was authored with 'Content Fragment' to the '...
I would like to create a dialog with three fields and a checkbox. If deselected it must hide the fields, if selected show them. I would also like a version without js.
Hi, I am inside an htl html template file which uses SlingModel A and I want to call another template, which requires a parameter which is requiring SlingModel B.I know I can add a method to SlingModel A which instantiates SlingModell B.May question would be if I can do instantiate SlingModel B dir...
Hi everyone, We have a use case where AEM content pages are dynamically populated with content using ReactJS. To fetch the feully rendered page content(including dynamically inserted elements), we rely on org.htmlunit.webclient by enabling the javascript support in our code. This approach worked wel...
Hi, We're integrating with an external system using a scheduler to make API calls and sync data to AEM under /var/abc/... The client requests a synchronization frequency of 30-60 minutes for approximately 100 nodes within AEMaaCS. Is that acceptable or what are all the factors we need to consider if...