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.
Scenario: AEM CloudOur setup includes:AEM Publish endpoint behind Dispatcher and CDN (Fastly)A firewall layer (Imperva) in front of the CDN for public domain access (e.g., yourdomain.com)Issue:When content updates are made and both the CDN and Dispatcher caches are purged, the changes reflect immedi...
Hi everyone,I'm trying to set up the Apache Dispatcher locally for an AEM AMS (Adobe Managed Services) environment but want to leverage the AEM as a Cloud Service SDK to make local development and testing easier.However, I’m running into issues - I suspect the Cloud SDK may not be fully compatible w...
Hi Community, I am trying to do a task where I have created 3 sets of users and 3 sets of groups, each with a user. I have certain sets of permissions for each of these group of users - specifically for modifications of webpages within the website. However I am unable to add these ACL permissions pr...
Hi, I'm exploring the option to ship the JMX console default metrics like OperationStats.WorkflowPurgeTask.SUCCESS to AWS CloudWatch for better observability. I've implemented collectd to grab the JMX metrics and was able to ship the GenericJMX mbean metrics like memory_pool but could not find the m...
We have a requirement to extend WCM Core Teaser component, where we have to add few extra fields for Images under Asset Tab which isextending core/wcm/components/image/v3/image/cq:dialog/content/items/tabs/items/assethaving sling:resourceType set as core/wcm/components/include/imagedelegateI am look...