Requirement: Any content change under var folder for a project specific path should be replicated to publish instance. Approach decided: Forward sling distribution. Post configurations deployment on cloud environment. Agent is getting created on environment along with all the configuration are al...
In my Content Fragment model, I'm using a few Rich Text Fields with Fragment Reference of a particular Content Fragment model type allowed. While fetching the inline references used inside the RTE content, it returns all the fragment references used in any of the Content Fragments and not only used ...
We are using AEM version 6.5.9 and our js processor config was min:gcc;languageIn=ECMASCRIPT_2018;obfuscate=true then we changed it to min:gcc;languageIn=ECMASCRIPT_2020;obfuscate=true but still it does not work. I checked the online compiler where when changed to ECMASCRIPT_2020 it started working ...
Hello, Could some one help me as how will a sling call will be resolved for a component based on sling resource for a AEM form component I see the below nodes for a component ,what does each node specify and can we remove any of this nodes will it still work?? Component node - clientlibs ...
Hi everyone. I'm facing an issue with translation for the content fragment model. For example: I have a content fragment model A with a dropdown with 5 options: In the JSON i18n dictionary file, I also have some values as the same value in the option in the content fragment. The problem is when o...
I can see the contexthub in preview. However, when I go to targeting mode, the "Start targeting" button is disable? The contexthub is in the page custom header sling code and all the context hub default setting seems fine. See images below. "Start Targeting" is disabled. I am using the release 2.1.2...
While running some Translation projects, AEM logs reported "consider creating an index or changing the query". We added an Index (oak:index) as below: But adding this Index is causing the Translation jobs to fail ("failed to start translation"). Logs showing as: java.lang.IllegalArgumentExcepti...
I want to use groovy script to find out the list of pages that exists in all locale. Suppose page A exists under /en, then I need to validate if it exists under all other sites as well (fr, ko,etc). Similary, if page B exists in /fr, then is it available in other locales or not. What would be the be...
I have a requirement to embed Instagram images/videos to our website. I was using embed component for that, it should be working by default for youtube, facebook, instagram etc. It is working fire with youtube/facebook and recognising the url but while adding any instagram url it not recognising at ...
Hi, We are trying to consume the persistent query created in AEM inside the Java backend code using the Apollo Graphql client. The persistent query is working fine directly in the browser as well as Java backend codebase is fetching the result for a normal graphql query with the Post request but s...