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...
At Present, We use content fragments in AEM and we have multiple team consume CF using assets API.I noticed that in my environment, the api request to author instance requires authentication whereas request exposed by the publish instance are served without authentication. I need to expose the api ...
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...
Hi,I want to use GraphQL for searching and building a listing page with pagination. As I explored, I understand that GraphQL supports offset, limit, sorting etc. but I couldn't find a way to get the total number of results to achieve pagination with page number.It would be really helpful if anyone c...
I have a graphql query which takes IDFilter! as parameter and this works fine in the graphql editor and when i try to request from postman i am getting "Variable 'paths' has an invalid value: Variable 'paths' has coerced Null value for NonNull type 'IDFilter!'"exception. My Graphql Queryquery ($expr...
How can i redirect the request in dispatcher with query parameters from one page to another page without losing query parameters, for example, redirect should take place from https://www.mysite.com/content/us/en/firstpage.htm?a=xyz to https://www.mysite.com/content/us/en/secondpage.htm?a=xyz Appr...