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...
We are looking for guidance on the best approach of a replication push notification. What does AEM have to offer in regards to trigger push notification on all replication events (new,modified,delete,etc...).We require a mechanism, where a replication event (also for multiple pages at the same time ...
Hi, I have a page with multiple properties. I added some validations (for example that the date should be in the future or a text field has to be only 50 long) and all works fine except one. I want that a text field ("name = ./ABC") is „required“ if a checkbox (name = ./def) is „checked“. The data-f...
Hi Everyone, I am facing the issue in experience fragment, like live copy is working from XF lang-master to XF live copy. But the moment when I am creating language copy its not reflecting in live copy. As per this thread: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/...
I'm working on an AEM as a Cloud Service project where I have cache-control rules set in the response headers.I receive the following headers in my response:accept-ranges: bytesage: 76cache-control: max-age=1800, stale-while-revalidate=1800, stale-if-error=1800, public, immutablecontent-encoding: gz...
Hello Team, I have created Adobe IO runtime project and trying to run in my local system. But, my logic is not picking the environment specific details.Here is the .env file dataAIO_RUNTIME_AUTH=12345678AIO_RUNTIME_NAMESPACE=123456-poc-testingNODE_ENV=development My node js file has // Import the do...