I have a requirement to sort the assets folders/assets in alphabetical ordereg: /content/dam/a (a folder) /content/dam/b /content/dam/calso /content/dam/a/a.jpg /content/dam/a/b.jpg /content/dam/a/c.jpgTried the following:1) overriding /libs/wcm/core/content/sites/jcr:conten...
Hi,I'm trying to validate whether it is feasible to configure the Adobe AEM Forms Analytics Module in our implementation. I'm looking at the configuration steps for setting this module up and its all based on the legacy Cloud Configs setups and the Analytics Framework configurations, where you do th...
Hey All,So my client and I are moving to AEM 6.5 and Adobe Manage Services wants us to move to Cloud Manager. I have no problem doing this, but there are some issues here, and I was wondering if anyone else has experienced this or have solutions:1) You have to put the code in their git repository an...
Hello,I'm trying to implement a Filter that adds a css class into the div of ExperienceFragment. Everything works fine, until we change the ExperienceFragment (single one) via a cq:dialog. The IncludeOptions do not pass the css class.(Sling filter activated properly and added the "footer" class on p...
Hi guys! I faced with the issue related to the sending emails from AEM 6.2 to the email addresses which contain special characters. Example (passed as image, because editor is not correctly convert it):Sending is failing with such message:javax.mail.internet.AddressException: Local address contains ...
Hi,We are created few cq:page under /etc/project/report with cq:PageContent having sling:resourceType String cq/reporting/components/reportpageThe classic dialog works here with no issues ,but when we use touch ui dialog it does not show. But when i copy the same page under /contentthe touch ui wor...
When we are trying to get/set context hub data to a store, it is throwing this exception Uncaught TypeError: ContextHub.getStore is not a functionwe are loading login.js (which has that code throwing exception ) is loaded after the context hub kernel JS this is exact line which throws this error Con...
I am trying to combine two strings and apply i18n on combined string.${['i18nPrefix','Register'] @join='-', i18n}Above piece of code not working and I tried combination of format, i18n etc.I need to prepend a prefix based on site user visiting to the authored dialog property and get i18n translation...
I have one page hosted on one of my AEM server [0] and from another AEM server [1], I am getting this page in IFRAME. Issue is sometimes [0] gets loaded in [1] and sometimes not and shows CORS origin policy error. I am not getting this, if it is related to CORS Policy configuration, then why its not...