Hi all, I am building an API which will serve up some HTML for other websites to consume. The general idea is that there will be an experience fragment within AEM, and my API will grab the HTML output of this experience fragment and append that to the API response. Is there a way within Java that I ...
Hi Community, We are currently testing the Destination Selector, but we’ve noticed that selecting a folder in the provided example doesn’t trigger any visible action. We’d like to understand if we are missing something in the process. Additionally, we need a clearer understanding of how the Asset Se...
Hello, We have created a new datatype for the content fragment, as we need to overwrite certain fields in the universal Editor. We have generated a custom data type, and in AEM with the old editor, it works correctly, we have tested with a colorPicker and with a normal text field. (this example is a...
Im getting the below build error executing the FE pipeline:Executing command git fetch Executing command git checkout develop Switched to a new branch 'develop' Branch 'develop' set up to track remote branch 'develop' from 'origin'. [BUILD] Running git change-log command(s) [BUILD] Running npm a...
Hello, I have a requirement to unpublish a page from AEM and move that unpublished page to another location. From an author service, I did this, String pagePath = hit.getPath(); replicator.replicate(session, ReplicationActionType.DEACTIVATE, pagePath); // Unpublish the Page pageMoveService.movePages...
I have written a Python script that converts metadata configuration captured in a MindMap file into JSON files that can be referenced in the JSON Path data entry box found in the Settings for a metadata field. The content of the JSON file has the format below:{ "jcr:primaryType": "nt:unstructured...
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...