We are trying to customize the email template that triggers on workflow notifications, there are few issues that we have observed:The default email template that triggers on workflow notification is at - /libs/settings/workflow/notification/email/default/en.txt. When we try to overlay it in apps - /...
Hello All, I have a requirement to remove 'order by' on 'created date' and return the results as added in author dialog. For Instance - Query is SELECT p.* FROM [cq:PageContent] AS p WHERE ISDESCENDANTNODE(p, [/content/test/en]) AND p.[cq:template] = '/conf/test/settings/wcm/templates/test1' AND (...
Hi there, I am working on AEM cloud SDK locally. When I make any changes in the component's HTML files from CRXDE lite and try to see them on my site, they don't reflect. I always have to give a build to see the changes reflected in my site. Note -: I can see dialog changes reflecting on the site, b...
I would like to get all the immediate folders from a given path. For example, I would like to query the 6 immediate folders under we-retail/en: I found a similar post here: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-querybuilder-how-to-return-only-the-folders-unde...
I would like to write a query using JCR-SQL2 to return all component groups. I tried the following but it is not returning anything:SELECT * FROM [componentGroup] Does anyone have any suggestions? Thanks!
Usecase: image, some custom elements, cf paths and a CTA/button. I created two components one by super typing image v2, another by super typing with teaser v2. Now I am trying to include button component inside above two components, so author can reuse existing button component <div data-sly-resou...
Hi all, We have observed thousands of WARNs in error log with following patterns. Has anyone observed these kind of warnings if so could you please advise how to get rid of these warnings? WARN:com.day.cq.wcm.core.impl.components.ComponentCacheImpl No component node found at /apps/granite/ui/compon...
While creating a custom component, giving tabs widget from Coral and Granite UI , the tabs title is not rendering on page.Kindly Help me clear my doubt!!!@arunpatidar <content jcr:primaryType="nt:unstructured"sling:resourceType="granite/ui/components/coral/foundation/fixedcolumns"><items jcr:prima...
Hello, I'm trying to look for a solution where we want to define CSS, and JS that's common across the app. Here's the architecture of our application. We are a multi-tenant app and have different teams developing their own AEM apps but we have quite a few components that are common across the applic...