Hello, Do the AEM author, publish and dispatcher expose any endpoints to do things like register a replication agent automatically? If not, where would the data be kept so that a script could manage a new publish or dispatcher agent being added? Many thanksDon
We are currently using SPA(AEM+react application) in 6.4.3, we had a requirement to use the OOTB/Custom non-spa components in the project to the existing SPA maven archetype, idea is to create a page with OOTB or custom non-spa component, what should we do to achieve this functionality ? Do we need ...
Hi, I am new to AEM and need suggestions. We have a requirement where i have to post each notifications in the inbox /libs/cq/workflow/content/inbox/list.json to mulesoft runtime via rest api. I thought of below:Write a custom maven project and deploy on AEM as packageEdit existing workflows to add ...
Hello, I need to setup a group and its permissions within AEM, so it has read only access to assets at /content/dam/*, the ability to create collections, and assign assets to collections. I created a user group, ABCGroup, and I added the following permissions. I added read-only permissions to /cont...
Hi, I am using the below code for translate the English to other language through i18n1 > ${"{0}" @i18n, format=[properties.questionAnswer],context='html'}2 > ${properties.questionAnswer @ i18n, context='html'}But this is not working for me. When i am using the below code it is w...
Which link path is better for SEO for my website.Example: /notting-hill-escorts.html or full url https://www.parklaneandmayfair.com/notting-hill-escorts.html
In my site console is showing an error " Granite.HTTP is undefined" on /etc/cloudsettings/default/contexthub.kernel.js.May i know that is it accessible to us to fix this error? contexthub.kernel.js is a default aem js ? and implementation of contexthub.kernel.js ?
Hi all, We are trying to create a web component using stencilJS and integrate it into AEM 6.5.StencilJS builds the web component using rollup and creates two different loaders, depending on the browser: The ESM and the ES5+polyfills loader. The way we link the components to the HTML is:<script type=...