Hi @goyalkritika You can check step by step as below. Taking the example of we-retailin your local environment,1) go to /content/we-retail/us/en/men/jcr:content 2) take the sling:resourceType valueweretail/components/structure/page just appened the /apps to it /apps/weretail/components/structure/pa...
Hi @MandeepS Try below code var gmtDateString = "2024-01-16T18:24:56";
// Create a Date object from the GMT date string
var gmtDate = util.scand("yyyy-mm-dd'T'HH:MM:ss", gmtDateString);
// Get the local time zone offset in minutes
var localTimeZoneOffset = util.timezoneOffset(gmtDate);
// Adjust ...
Hi @SRC_AEM_DEV Yes, it is possible to highlight the modifications made by an author when an approval for publish is requested. This can be achieved using the "Track Changes" feature in Adobe Experience Manager (AEM).Here are the steps you can follow to enable Track Changes and highlight modificatio...
HI @Juan_CarlosRa Here are the steps you can follow to fix the issue:1.Open the Apache Sling Sitemap - Scheduler configuration in the Apache Felix Web Console.2.Check the value of the scheduler.name property. This should match the name of the thread pool you want to use.3.Open the Apache Sling Sitem...
Hi @vijitha check this querytype=nt:unstructuredpath=/content/countriesproperty=sling:resourceTypeproperty.value=xxx/components/xxx/xxxproperty.operation=likep.limit=-1
Hi @kanikaa32870678 Here are the steps to enable validation for the text and password fields:Open the dialog of the Core Form component in AEM.Select the text or password field that you want to add validation to.In the properties of the field, go to the "Validation" tab.Enable the desired validation...
Hi @HughShao Try like thisrep:itemNames = "au,us,fr"This should work, and when you edit it, you may see each value as a separate entry.Multiple Lines:rep:itemNames = aurep:itemNames = usrep:itemNames = frArray Syntax:rep:itemNames = [au, us, fr]
Hi @testtttt1 You can configure "ACS AEM commons' AEM Environment Indicator" https://adobe-consulting-services.github.io/acs-aem-commons/features/environment-indicator/index.htm... Once configured, each environment can have a different color bar for easy visual identification. By adding following v...