Hello guys, I'm trying to create a checkbox on a dialog through its clientLib's javascript file.i tried using (function (document, $) { "use strict"; $(document).on("dialog-ready", () => { var checkbox = new Coral.Checkbox().set({ label: { innerHTML: ...
RTE is not able to render the same HTML as added in RTE. In xssProtection config To resolve this I have added <regexp name="telListing" value="tel:\+[0-9]+"/> <attribute name="href"> <regexp-list> <regexp name="telListing"/> </regexp-list> </attribute> it is accepting <a href="tel:1...
Hi all, I am working on AEMaaCS and need to make some changes to the page component. Basically I have to add some html structure to the footer section of the page component. My proxy page component is referring to the v3 of Page component. As per my understanding, following code in footer.html is ...
Hi All, What would be the recommended approach for adding a new module for AEM Guides in existing AEMaaCS project structure based on Archtype 23. shoule we create a module or create a separate project or any other approch. Can someone please share pros and cons of both the approaches? TIA
Hi Team, Our AEM Author and Publish instance is allowing OPTIONS method calls and we need to disable that. Can you please help with this, repeating we need to disable on Author and Publish Instance, we already did it with the dispatcher, but couldn't find any way to disable it on instances (Publis...
Hi all, Everyt ime I build my test project (AEM WKND) the pages I create below /content/wknd/language-masters/en are deleted, I also checked the file src/main/content/META-INF/vault/filter.xml but to me everything seems as it should, can anyone help me? <?xml version="1.0" encoding="UTF-8"?><work...
Hello, I'm using Flexible mode mode (opt-in/USE_SOURCES_DIRECTLY) for my dispatcher configs in the AEM cloud, and when I try to add a custom FOLDER to conf.d/rewrites, e.g (conf.d/rewrites/CUSTOM_FOLDER_A/CUSTOM_REWRITE_FOR_A.rules) (conf.d/rewrites/CUSTOM_FOLDER_B/CUSTOM_REWRITE_FOR_B.rules) I ...
Hi, I tried apply metadata schema(Tools > Assets > Metadata Schemas.) to a folder through apply folders. but when I click on apply folders its throwing error Not Found Cannot serve request to /mnt/overlay/dam/gui/content/processingprofilepage/selectfolderwizard.htmlundefined in org.apache.sling.serv...
Hi All, I have a requirement in AEM workflow to pass the multiple reviewers/approvers before activating an asset. sharing the flow diagram for reference if any of the reviewers rejects it by providing comments for additional info it has to go back to the initiator, initiator provides the request...