Hi, When I create an Experience Fragment using AEM, I can use the following image components, either "wcm/foundation/components/image" or "weretail/components/content/image", although these components appear and render the same in the Experience Fragment editor, but in crx/de,the image component nod...
I'm trying to create MSM structure with content fragments using latest AEMasCloud version. I'm able to create Live copies but I can rollout to one locale at a time. I'm not finding option to rollout the change to all the live copies the way we do it on regular pages rollout. As an example, I'm exp...
Hello All, AEM page properties provide a On/Off Feature. AEM application is hosted in US server. Now, User from India sets the On time to next day 9 AM. Off time to next day 10AM. So, when this will execute? Will it take server time?. I mean page is available on next day 9AM US time ? Or 9AM IST ...
The acs-commons subpackage wasn't installed at the time of the Jenkins deployment in Dev and higher author environments but it also installed DEV publish and the local environment.The acs-aem-commons subpackage isn't installed during the Jenkins deployment in Dev and higher author environments(We ca...
Hello,This may be a silly question, but I am having trouble determining if the Adaptive Forms Core Components can be used without using AEM Forms, just based on the documentation. I have been reviewing this documentation: https://experienceleague.adobe.com/docs/experience-manager-core-components/usi...
I am trying to invalidate dispatcher cache from author via SCD request as mentioned in this URL.https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/content-delivery/caching.html#sling-distributionWhen I try this code. I am unable to find enumDistributionRequ...
We've set up smart tagging on our AEM development environment. The smart tags are working, however I see that we have to manually delete smart tags under "Manage Tags" that don't apply. Is there a way to train Sensei to not to apply these tags to future images after we remove them?
Hi Team, I'm trying to add video through javascript videoViewer instead of Dunamic media something like this,var s7videoviewer = new s7viewers.VideoViewer({ "containerId": "video-pc", "params": { "serverurl": "https://s7d9.scene7.com/is/image/", "c...
I want to add a filter rule that allows urls of a certain /path that also end with .cfm.gql.json In this case, the extension is json, and the selectors are cfm and gql. The issue is that I'm not sure how to how to check that both selectors are in the url, I only know how to check if one of them is i...
I am trying to include client library using Sightly using below code. <sly data-sly-use.clientLib="${'/libs/granite/sightly/templates/clientlib.html'}"></sly> <sly data-sly-call="${clientLib.js @ categories='hero-platform'}"></sly>This code works but it is including the client library without it's...