I want to create component in AEM as a Cloud Service without having any dependency of ui.apps on core, ui.frontend or any other module. For example, I want that if any file resides even in core or ui.frontend, I do not have to build those modules before ui.apps. I want that those files to be embedda...
We have a global deny rule on dispatcher /0001 { /type "deny" /glob "*" } and have allowed specific POST requests via rules like { /type "allow" /url "POST /content/[.]*.form.html" } #Example rule However, on publishers an autodiscover request is landingPOST /content/mySite/AutoDiscover/autodiscov...
Hi, We are using ACS Commons Named Transform Image servlet for generating custom rendition on page load. I'm trying to evaluate if we can just use this or not in AEM CS and also to see if this is good practice or not. Dynamic Media is one of the options but we are really thinking of this for now. AC...
Hi, I'm trying to evaluate if resource only flush agents can be configured or not in AEMCS publish instance. We had similar setup in AEM 6.5 on-prem publish instances to flush json and xml files under a specific path. ACS Commons dispatcher flush rules: https://adobe-consulting-services.github.io/ac...
Hi Everyone, I'm getting a issue about social share.I'm using this API for sharing my website in linkedin: https://www.linkedin.com/sharing/share-offsite/?url=${my_url}It works fine on web but on mobile, It's gonna open the app instead and then go to feed rather than the share box.Please help me.Tha...
Hi,We are adding "x-cq-linkchecker" attribute to anchor tag using RTE link customization , Value stored in JCR but when we render using sightly code "x-cq-linkchecker" is removed from anchor tag.AEM Version: AEM Cloud as service (Local Jar file)JCR data: Rendered content: HTL code: Using Core compo...