Anyone know how to add a column to the output of a ACS AEM Commons Report where the value of the output column is based off the current date, not off the returned data. The reason why i need this is I'm using the report excel output as input to a SQL database and I plan on running this report month...
Hi TeamI tried below one to Apply rel="canonical" to PDFs (We are using AEM as a cloud service), however It is not working as expected. Could someone please help me to fix this issue <FilesMatch "\.pdf$"> RewriteRule ([^/]+)\.pdf $ - [E=FILENAME:%{HTTP_HOST}%{REQUEST_URI}] Header...
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...