How to add property and author a component for 2000 pages (same template) programmatically
I am using AEM 6.5.9. I have a requirement to redesign 2000 pages of the website which are using the same template.
As part of website redesign I need to
1) add a property to the JCR for say 600 pages of the 2000
2) add a component to 2000 pages and display the output for the page
Please let me know the best approach for this using AEM programming. Thanks.