Anyone implemented Servlet-Based RTE Config Approach? This is requirement i have1. Proxy RTE ComponentLocation: /apps/your-project/components/content/rich-textThis is a reusable component used in dialogs wherever RTE is needed.2. Editor Config DefinitionsWe create config nodes under:/apps/your-proje...
How to know / track if issue SITES-14024 is fixed as mentioned herehttps://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/rte-does-not-allow-pasting-lists-from-microsoft-word-document/m-p/606334Thanks
I am in the process of migrating AEM 6.5 codebase to AEM as a cloud service. In my current code we are using nu.xom for XML elements processing. There are huge number of classes utilising this library. We are using jdk 11 for our local development. The nu.xom is working fine and services are giving ...
Hi Team We are trying to introduce Experience Fragments into our SPA setup. Though I could successfully dragged and dropped the content on the templates/pages, the XF is not getting visible for authoring/edit. Any additional configuration is needed for this ? However the nodes are getting added with...
I am experiencing an issue in AEM (version 6.5.9.0) when I click the Add Variable button in the Workflow, no dialog appears at all. The UI does not respond or show any window for adding variables.I checked the browser console and found the following two errors:Handlebars.compile is not a functioncom...
Hi all, I am following WKND tutorial, chapter-6: Custom Component. The HTL code shows: <!--/* byline.html */--><div data-sly-use.byline="com.adobe.aem.guides.wknd.core.models.Byline"data-sly-use.placeholderTemplate="core/wcm/components/commons/v1/templates.html"data-sly-test.hasContent="${!byline.em...
Hi all, Could you please direct me to a data sly call example with a tutorial that I could run and try out?The concept is not very clear to me. Appreciate all your replies. Thanks,RK.
Hi all,I'm using the AEM Dispatcher Optimizer Tool (DOT) https://github.com/adobe/aem-dispatcher-optimizer-tool to validate my dispatcher configurations. It works well, but I’d like to exclude or ignore certain rules from validation (eg. specific filter rules or cache sections that are intentionally...
I am on AEM 6.5 and i have implemented the Color picker as a plugin in my RTE using https://experience-aem.blogspot.com/2017/06/aem-63-touch-ui-rte-rich-text-editor-color-picker-plugin-inplace-dialog-edit.htmlBut when i use it on the page , I see a blank pop up while inspecting i found html is getti...
Hi everyone,I’m working on implementing structured data markup for paywalled content on AEM as a Cloud Service, and I’d like to add a verification mechanism to ensure that requests claiming to be from Googlebot are legitimate (i.e., through reverse DNS IP verification as described in Google's docume...