Hello everyone,I would like to ask for some advice regarding monitoring copy-paste operations in the AEM toolbar.My goal is to detect when a new node is created via copy-paste and then remove the onTime property from that new node.However, I keep encountering an error on the jcr:content node saying ...
I have created a GraphQL endpoint on the author instance, and it works fine there. I’ve also published the GraphQL endpoint and the content fragment to the AEM publish instance. But when I try to access the GraphQL endpoint on the publish instance, I see the following errors.AEM Version - AEM 6.5.17...
Hi all,I'm working in AEM and need to add a link (<a href>) on a page that points to a PDF stored in the DAM. The requirement is for the PDF to open in a new browser tab or in the same window, rather than triggering a download.Is there a simple or recommended way to achieve this in AEM? Ideally, I’d...
Hi here! I tried to use Universal Editor with a page hosted in AEM Cloud (not locally). But UE cannot open the page.Accorded to this doc https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/universal-editor/getting-started I instrumented WKND pa...
Has anyone faced issues with the Adobe Analyzer during Cloud Manager pipeline execution? Our build fails during the "Code Quality" step with the following message:Severity: Major | Rule: CQBP-84 | Message: Avoid using deprecated Granite UI components.We have ensured most deprecated APIs are removed...
Hi Everyone, I'm currently working on an Edge Delivery Services (EDS) project using XWalk and trying to fetch data from an AEM GraphQL endpoint. Here’s the simplified JavaScript logic I’m using:const isAuthor = window.location.hostname.includes('adobeaemcloud'); const domain = isAuthor ? '' : 'publi...
Hi Everyone, I'm currently working on an Edge Delivery Services (EDS) project using XWalk and trying to fetch data from an AEM GraphQL endpoint. Here’s the simplified JavaScript logic I’m using:const isAuthor = window.location.hostname.includes('adobeaemcloud'); const domain = isAuthor ? '' : 'publi...
How can we share a block like header or a complete page built on Edge Delivery Services [using Universal Editor] as JSON to third party/other channels.
Hi All , I have an requirement for thumbnail images in page properties. our current thumbnail images loads from the template , where it will pick automatically for all the pages . but our new requirement is to have different image for different status of the page.for exapmle : if the page is publish...
For example you have a component where it should be authored by only admins. The edit access for this component have to be restricted to one particular user group only.