Hi,We have updated node and npm versions in our AEM code repository from v8.9.4 & 5.6.0 to v18.18.0 & 10.1.0 along with other front-end plug ins. After that develop Cloud Manager pipeline failed with below error(attached build log for reference) 15:43:14,013 [main] [INFO] Running 'npm install' in /b...
After adding spell checker plugin for rte if there are no spelling mistake , a blue alert is displayed "No spelling mistakes was found. But it doesn't go away and appears on page even after submitting dialog.And in full screen it is displaying pop up behind he dialog . The pop up is below The positi...
I have two dropdown1st dropdown - Alpha, Beta, Gamma as a dropdown option in dialog. 2nd drop drown - Dynamically populating using generic listif Alpha in 1st dropdown is chosen then ACS Common generic list (/etc/acs-commons/lists/alpha-list) data should be shown in drop downif Beta is chosen then A...
Hi, I'm working on a site that has both EN and ES versions of pages. The rewrite rules are configured at the dispatcher and I need 2 rewrite rules to be executed for a group of RewriteConds. Below is a sample htaccess file which works fine RewriteCond %{REQUEST_URI} !^/cond1RewriteCond %{REQUEST_URI...
Hi Guys. Need help with groovy scripts. I have a property String[] which has tags stored in it. I want to move the tags to cq:tags property specifically. I am able to create the cq:tags property but the data is not getting stored in cq:tags propertyI tried creating another property name other th...
I'm trying to understand the difference between the processes for the Language Copy Wizard and the Create & Translate process under References. They appear to go through the same workflow, but the metadata for Language Copy Wizard has several options that are not passed through with Create & Transla...
Hi Team When I have given some text for i18n translations in sling:message it is printing twice when I give in <a tag. /apps/i18n-XXX/XXX/en_us/alert_message sling:message: <a href="https://www.google.com" target="_self"><b> Shop </b></a>, knowing Result: Shop, knowing shop knowing When I remove <a...