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...
I have implemented a custom AEM Workflow Process Step in Java that updates a JCR node property in the workflow payload path. Here’s my code snippet:@component(service = WorkflowProcess.class, property = { "process.label=Update Payload Deep" })public class UpdatePayloadProcess implements WorkflowProc...
I'm trying to connect my AEM as a Cloud Service instance to Adobe I/O in order to call APIs like Adobe Target, Analytics, etc. What is the correct way to set up the integration with Adobe Developer Console?
I'm using the out-of-the-box (OOTB) sitemap feature in AEM as a Cloud Service, but the /sitemap.xml endpoint isn't returning the expected XML format. Instead, it either shows an empty page or doesn't render at all.I've confirmed that the Sitemap Generator is enabled and properly configured. The requ...