I have 2 use cases:1. Programmatically create copy of existing Editable Template and its policies2. Programmatically generate new Editable Template based on Template Type. Could you please suggest which APIs/classes can be used to achieve this. I looked into TemplateManager but it does not seem to b...
Hi,I am supposed to migrate groups with permissions from one AEM instance to another. Are there any other tested alternatives for the same apart from ACS ACL Packager? The ACS tool does not seem effective and seems to be missing out a few permissions on the destination AEM instance. Please note that...
I am doing a documentation about Adobe Experience Manager and I want it to be public on Github, but I don't know if this is possible because of the privative software. Can I upload it? If so, do I need a special license? Thanks!
Scenario : I am passing a huge chunk of data using "data-props" property to a react component.the json data passed to the component consists of 1000+ lines of code.Eg : <div data-component="myComponent" class='react-mini-app' data-application-name='AppName' data-props={"key1": "${properties.value3...
Hi, in my project we have components with rich text including href links, I am trying to do a search to find links going to a certain locale but it appears as though the slash character causes /jcr:root//*[jcr:contains(., 'en/register')] order by @jcr:score This turns up results containing register ...
Hi,I am currently facing some issues while applying custom CSS to the template. When I am trying to apply styles from the page policy no style is visible and it seems that no CSS is applied. I am also attaching the screenshots of the files and issue.Css.txt filelayout.css filepage policy template
Hi guys,I'm having an issue saving a page properties in 6.3 using touch ui. I navigated to the page using site.html and clicked properties. I changed the property and clicked Save & Close, but nothing happens. I can edit the property using crx, but touch ui does not work. There are no log messages e...
I’d like some clarification on the best way to manage live copy page deletion. language-master /en /page1 /page2 /page3And I have a live copy managed by a blueprint that’s simply and exact copyus /en /page1 /page2 /page3 First question, if I delete a page in master: language-mast...
As per this document, when dealing with multiple threads we'd have to create one session for each thread: https://cqdump.wordpress.com/2013/11/25/cq-development-anti-pattern-single-session-multiple-threads/ Does this still apply with the latest JackRabbit Oak used in 6.3 and above?
I've seen OSGI configurations use as nt:file or sling:OsgiConfig interchangeably. What the best practice? Why is nt:files used? Are. there any other variations?Why does core components. follow the nt:file pattern, /apps/core/wcm/config.author/com.day.cq.wcm.foundation.forms.impl.FormParagraphPostPro...