Hello
Is there a way to archive pages under a group instead of opening up each page under properties to select archive?
Thank you for your help!
Solved! Go to Solution.
Views
Replies
Total Likes
You could also write a workflow to modify pages. In your workflow, you can use the AEM Page Manager API to perform page operations.
See PageManager API here:
Views
Replies
Total Likes
You may write an osgi service/servlet to find all the pages with a specific template and archive.
or you can achieve the same using groovy script
https://hashimkhan.in/aem-adobecq5-code-templates/groovy-script/
You could also write a workflow to modify pages. In your workflow, you can use the AEM Page Manager API to perform page operations.
See PageManager API here:
Views
Replies
Total Likes
Views
Likes
Replies