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...
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...