Hi, I am trying to create a SQL2 query that will find all of the adaptive image components that are being uses inside our vehicle detail templates. Right now I have this as for my query. SELECT * FROM [cq:Page] AS s WHERE ISDESCENDANTNODE([/content]) AND [jcr:content/cq:template] LIKE '/apps/gm/te...
I am trying to convert geometrixx site using Modernize tool. I added basic rules for title and text components conversion and updated Modernize configurations with correct path.When I trigger job for Component Conversion, I am getting Status as "Not found". There are no errors in Modernize logs to d...
I was curious if anyone has tried customizing the RTE to allow authors to highlight text and add schema.org markup for SEO purposes. We have been looking at the possibility of creating a custom plugin for the RTE based on https://www.bounteous.com/insights/2022/01/06/custom-rich-text-editor-plugins-...
I am building a AEM remote spa application with reactjs based on the repo https://github.com/adobe/aem-headless-app-templates/tree/main/nextjs-remotespa. This works absolutely fine. For each of the pages within ~/aem/wknd-app/ui.content/src/main/content/jcr_root/content/wknd-app/us/en/home in AEM Ma...
We are working on project where we are migrating from AEM On-Premise to AEM cloud. On on-premises we are using SAML authentication handler for user authentication with Azure AD as IDP on both author and publishers(for all environments-DEV/Stage/Prod). Similarly, after migration to cloud, we have a r...
I am getting below error while running "aio aem:rde:install ....." command I am able to login to rde environment and developer console separately on the browser but not able to push packages.Any quick help on this?Any specific access is required to run this command?
I am trying to use GsonBuilder from com.google.code.gson so I added below depdency in main/pom.xml<dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.9.0</version></dependency>core/pom.xml<dependency> <groupId>com.google.code.gson</groupId> <artif...
Hi All, We have exported a JSON offer from AEM to Adobe target and later created an activity using the same. Now we are not clear on the next step, how to use that activity in AEM. Could you please share any documentation if available?
Hi Adobe team, I can see there are several documentations or blogs about individual Adobe experience cloud products and integrations between some products. Is there a tutorial, documentation or a blog post explaining how each of the adobe experience cloud products interacts with each other? Like a f...
I'm wondering if there is a solution that allows AEM authors to create and publish pages in Stage that then can be pushed live to production without the redundancy of rebuilding the new page in Production. In our organization business unit owners do not have AEM accounts or access to preview items ...