Hi All, I know Asset share commons is outside the scope of the AEM is open source.However, for upgrading the Asset share commons to cloud we are facing issues. in ui.apps we have the below dependency - <dependency> <groupId>com.adobe.aem.commons</groupId> <artifactId>assetshare</artifactId> ...
Hi there,Am trying to override this ScriptTagComponents i want to know where is itr located maven dependency that i can use for this. I want to add a custom class in it when we loading cloud configs<sly data-sly-resource="${'cloudconfig-header' @ resourceType='cq/cloudconfig/components/scripttags/he...
Hi all, Please could you help me to set up sso on my site which is on cloud . If anyone has implemented recently and can provide insight to test in local and then I can implement the same on the lower environment. Regards,Mahesh
How to update the tags in component when tags are moved in aem content/cq:tags/a to content/cq:tags/b ,considering component has couple of tag fields and it has to be updated ? These component references are not stored I checked all the ways but no luck! Please share me the solution if anyone has ...
Hello, I am trying to create a content fragment model where I can have multi-line composite multifields on the model. For example, when creating a content fragment, I would like to provide the option of adding a composite multifield where I can create a combination of image and text tied together. I...
Hi Team, I am getting the below error while starting my AEM instanceHTTP ERROR 503 AuthenticationSupport service missing. Cannot authenticate request. In error log:1.08.2024 21:05:58.855 *INFO* [qtp333354119-218] com.adobe.granite.crypto BundleEvent STARTING01.08.2024 21:05:58.857 *INFO* [qtp333354...
I am trying to use @ContextAwareConfiguration to inject CA config into Sling models. This annotation is not resolved even after adding the dependency in my core pom.xml<dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.models.caconfig</artifactId> <version>1.0....
Hi, I'm trying to create a custom sitemap service rather than using OOTB since I need to adjust the alternate links being created. Very new to aem so any examples would be great to learn from. I've tried the on demand via custom sitemap servlet but wanted to adjust the logic to use within a schedule...