I have requirement to return more fields in ImageRef. To the standard ImageRef type I want to include, size, lastModified, createdDate, cq:tags of the asset. How to extend the ImageRef schema modal to add additional properties?
Hi,While working on templates for Experience fragment I noticed something -In the WKND site, the sample Experience fragment template's sling:resourceType for initial node points to wknd/components/xfpage, whereas the sling:resourceType for structure node points to wknd/components/pageIn contrast, in...
Hi there!I'm facing an issue after migrating from AEM as a Cloud Service (AEMaaCS) to AEM Managed Services (AMS, 6.5 SP 21). Some image metadata (title, description) previously available in the ImageRef, MultimediaRef, and DocumentRef schemas are no longer accessible in GraphQL queries, even though ...
Hi All,I'm currently using AEM 6.5.18 version and java 8 and having the issue while building the code which is belowI have the required dependency for this even thought it is getting failed below i added the dependency which i have in my core pom file<dependency> <groupId>javax.annotation</groupI...
I’m trying to include an author-only client library in AEM so that it loads only on Author and never on Publish. Right now, it’s getting loaded on Publish unless I manually disable it with ?wcmmode=disabled, which isn’t ideal.I've tried Checking wcmmode (Edit/Design Mode) <sly data-sly-test="${wcmMo...
Hi, after running Best Practices Analyzer tool, we have found lot of issues with " is missing mandatory 'jcr:content' child node." in some of our folders. how to fix this issue? i know a groovy script can be used, but any other ways?with groovy script can we insert an empty jcr:content node to fix t...
Hi all, I am trying to create a page dialog based on the permissions. If I have tab1...tab5, I like to create the page template with the dialog having 5 tabs for the admin, and only the first 4 tabs for regular content editors. The "granite:rendercondition" doesn't work for "cq/gui/components/author...
We are using Asset Share and we have a number of Assets that were tagged with a particular tag. We had a requirement to rename the tag. We chose to update the name by "moving" the tag - though we placed it under the same path that is was previously. By using "move", we are able to update both the...
we need to sort pages alphabetically on for specific folders. I tried to overlay the OOTB path /libs/wcm/core/content/sites/jcr:content/views/column/datasource to /apps but it doesnt seem to work because the sling:resoureType of libs folder path is cq/gui/components/common/wcm/datasources/childpages...