Hi everyone, In the Universal Editor, we use a JSON-based component definition where "component": "richtext" is utilized to handle rich text content.In AEM Sites, we have the ability to customize the Rich Text Editor (RTE) by adding custom plugins or configurations to meet specific requirements—such...
Hi Community,We are currently in the process of migrating our AMS-based application to AEM as a Cloud Service (AEMaaCS). For content migration, we are using the Content Transfer Tool (CTT) to bring content from the AMS production environment to our AEMaaCS environments (Dev, Stage, and eventually Pr...
Hi community,We are implementing Sling Dynamic Include (SDI) to include the header and footer components in AEM as a Cloud Service. The necessary configurations have been set up on the dispatcher, but the components are not rendering as expected.We are encountering the following error: [an error occ...
Hi Community,I'm encountering an issue while deploying to AEM as a Cloud Service. The deployment fails at the "Update services" step, and the error message states:"The deployment failed due to a system issue. Contact Adobe Support if the issue recurs."Here’s what I’ve observed so far:Update Indexes ...
We are migrating our AEM instance from AEM 6.5 to AEM as a Cloud Service (AEMaaCS). In our current implementation, we use a JCR Event Listener that listens to all component changes. Whenever inheritance is canceled for a component, the listener adds the property:cq:isCancelledForChildren = trueto th...
Does AEM allow replacement of an asset (image or pdf) whilst retaining metadata, title etc?I have read that this should be possible via a 'replace' button when the asset is selected but I don't see this option.
Hello, I would like to request data via GraphQL query based on a Tag multifield like this:The parameters to return this data should be for example:["wknd-shared:season/summer"]["wknd-shared:season/summer", "wknd-shared:season/spring"]I tried this query:query ($adventureTags: [String]) { adventureL...
I have reviewed the following query and noticed that I have a similar use case, but it require only the Universal Editor feature. So, whenever the client opens a page created using an editable template in AEM, it will automatically open in the Universal Editor, allowing them to make any modification...
HI Team, i am trying to setup Headless & GraphQL local setup using wknd site but getting below error Error: SyntaxError: Unexpected end of JSON input even checked CORS configuration are in place already in local AEM /content/cq:graphql/wknd-shared/endpoint.json@arunpatidar @EstebanBustamante
I am currently customizing the Rich Text Editor (RTE) using App Builder.I am implementing it according to the documentation, but even after inputting the ID for the h1, it is not being removed from the tool. rte: { removeButtons: () => [ { id: "h1",// not work }, { id: "bol...