Hello All, Started looking into Siteimprove plugin that we use in non cloud AEM versions and it seems that the way to install it according to the Siteimprove manual is to install a jar that they provide (Eg: siteimprove_aem_plugin_all_2.1.0_cloud.zip is available here ) For AEM Cloud, so far my ...
Hi Team, I have included the below dependency to my core/pom.xml, ui.apps/pom.xml, all/pom.xml in the dependency section. <!-- Core WCM Components --><dependency><groupId>com.adobe.cq</groupId><artifactId>core.wcm.components.parent</artifactId><version>2.21.0</version><type>pom</type></dependency> ...
I tried fetching the node from query builder it is returning nodes in random order. I want to fetch it in the same order as it is present in CRX/de or site admin is there any way to do that?
Need advice on this guys, I have a Blueprint Page (/content/mysite/master/en/testpage) and Live Copy (/content/mysite/us/en/testpage). I gated the Blueprint page by enabling "Authentication Requirement". Behind the scene it's adding jcr:mixinTypes property with value granite:AuthenticationRequired....
I have written one Button SlingModel and I wanted to reuse it into another model. In SPA I can't achieve that. I tried with @Deleted Account@getterprivate ButtonModel buttonModel; It is returning null. Is this possible?
Hello everyone, We have a special request from the client where in we need change the mode in which package is created and installed using curl command to "Merge". Currently, we are using curl commands via Jenkins Groovy to create the package and install them from one instance to another. But since...
Hello, I would want to have the vanity url to redirect to correct geo location Say I have vanity url https://www.abc.com/gk420d I am based in Europe, then I should land on /gb/en/ The page will look like https://www.abc.com/gb/en/abc.html if I am based in US then I should land on /us/en/...
Hi, I have noticed only some images are showing up in the side panel. I tried publishing them and searching by folder path and name. Please confirm what could be the reason for some images not showing up in the side panel. Thanks.
Hi, Our current application uses the ASAPP chatbot and by migrating the app into AEM, we would like to leverage the same chatbot implementation for AEM pages. Do we have documentation or reference as to how it can be implemented/integrated? Thanks in advance! -Manasa
We have set up policies for a few asset folders to only allow Content Fragment Models by Path. We want to sync these policies available under /content/dam/<folder>/jcr:content/policies/cfm/ node as a value of property policy-cfm-allowedModelsByPath. I'm using VS code AEM sync extension to sync all m...