Hi all,We are currently working for a customer that is on Helix-4. You can see the code repo here - https://github.com/hlxsites/danaher-ls-aem-prod.We would like to upgrade from Helix-4 to Helix-5. So, here are things that we would need your support.1. Could you pls point to the step by step documen...
Hi All,I would like to enable workflow in the Universal Editor. How can this be achieved?Also, regarding the Publish button in the Universal Editor:Does it respect AEM ACLs? For example, if a user does not have replication permissions, will the Publish button be disabled automatically?If not, what i...
might be best explained with an example. Thanks for the assistance. EDIT: Accordingt to this page https://sling.apache.org/apidocs/sling11/org/apache/sling/servlets/annotations/SlingServletFilter.html#pattern--), pattern accepts regex value. This one works.(service = Filter.class, property = { ...
might be best explained with an example:Putting everything inside the component annotation works. When I tried using SlingServletFilter as suggested by Apache in their Sling Filter page (https://sling.apache.org/documentation/the-sling-engine/filters.html), the filter stop working. Any ideas? Thanks...
You can give a Teaser, like the rest of the core components an arbitrary ID, which also shows up in the data layer. This is useful for identifying the things you'd like to track. Unfortunately this only happens at the component level. For something like a CTA that can be added to a Teaser component,...
I’m trying to understand experience fragments and how I can use them on our customer portal site. Our content authors would like the ability to build them in our main site authoring environment that is on AEMaaCS. The portal site is Ionic/Angular and has different CSS and JS than our AEM site.Where ...
Hi Community,I’ve restricted access to /content/dam/secure/ using ACLs, which work fine on Author, but after replication the assets are still accessible on Publish via direct URLs.What is the recommended best practice in AEM as a Cloud Service to ensure DAM assets remain secure on Publish - ACL repl...
Metadata schema where we are using the Generic list to load the drop downs . A generic list with all options was created. Pasting the generic list path in the schema settings under “Add Manually” populates all options correctly.Problem: After saving the metadata schema , options do not persist vanis...
Implementation Details :-1. In Content Fragment Model Editor we are using Content Reference with type Image. 2. Now using this model we have added path to image. 3. Its getting stored in correct manner in crx/de.4. Graph QL Query returning null.Note - Its AEM as CS Local set up.