I have authored these content fragments in AEM , but these all are taking a locale property when viewed as list (List View of CF).From where this these locale properties are coming and can we change this property?
I have few AEM Users with different type of permissions like let's say User A is a content author and has access till pages only, while User B is a developer and has access till most of the nodes except few like he/she may not have access to configuration nodes etc.. While User C has access to every...
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...
Hi Adobe Community,I’m an author in Adobe Experience Manager (AEM), and as part of our workflow for creating pages on our website, we often need input, comments, and approvals from product line managers or subject matter experts. However, these individuals are not AEM users, and due to limited licen...