Hi Team,I used persistent query endpoint that is working in Adobe CF RDE env with author and publish post ,but when i tried to use graphql enpoint direct access with payload as query in POST it is not working and showing URl not found .I publish all content 2 times.header given accept and content ty...
Hi all,For one of our clients there is a criteria where they want to force the content author to fill in all required fields when adding a new component to page.Currently when adding a component the authoring dialog does not open automatically, we want it to open automatically when a component is pl...
Hi All , We are using com.adobe.cq.addres API to get Coordinates in our Service Class.But this is deprecated as part of https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/release-notes/deprecated-removed-features.What we could use instead of above API.Any suggesti...
Hi,I have to provide the html of the page in the json format for third party integration.I have created 1 page and authored multiple component on the page so I am good with the html structure/ex. /content/company-eds/navigation-test/nav.plain.html is the path of the page and below is a sample html...
Hi All, We are working on Migration and client is asking if we can skip the Junit Coverage criteria and Sonar which is part of Code Quality Pipeline and deploy it to production.Can that be done for a Production Pipeline. ThanksAman Bhateja
Hi All, We have Some JMX and some Event Listener/Handlers/Preprocessor (called before activating a Page) we have written in AEM on premise, Will JMX and Event Listener/Preprocesor work in AEM as a cloud.What are the alternative we have for this.
Hey everyone,I am trying to clean up the URLs in site by removing the .html extension - basically, I want /content/mysite/about.html to just be /content/mysite/about.I have seen a few things mentioned like using Apache rewrite rules, or sling mappings under /etc/map, and even some custom ResourceRes...
Hi, If I need to change the location of an asset or content fragment in AEM Assets (e.g., move it to a different folder) and it is referenced on a few pages, how can I do this without breaking anything and without needing to re-publish the pages? Is there a workflow or job available in AEM Assets ou...
Hey All, So I am writing an Extension for Universal Editor....I want to export the rendered html of the xwalk account. So lets say I have a xwalk page at /content/website/index.html and open it in universal editor. how can I access the rendered html from universal editor?
Hi All,I am trying to deploy my custom oak indexes which is placed under "ui.apps/src/main/content/jcr_root/_oak_index" and added the filter <filter root="/oak:index" mode="update"/>When I try deploying my code locally below is the error [ERROR] ValidationViolation: Package of type 'APPLICATION' is ...