I have a use case, where i need to restrict non admin user(Content-Author) to delete/modify/move for certain site path using Repo Init script json.
Solved! Go to Solution.
Views
Replies
Total Likes
Please check below for examples
https://www.nextrow.com/blog/adobe-experience-manager/getting-started-with-apache-sling-repo-init
https://drewrobinson.com/blog/aem-repository-initialization-with-repoinit
scripts=[ " create group custom-group add authors to group administrators " ]
Hi,
you can set the permission with repo init script
https://sling.apache.org/documentation/bundles/repository-initialization.html
i already went through this https://sling.apache.org/documentation/bundles/repository-initialization.html. Still looking for some example implementation repo init script.
Please check below for examples
https://www.nextrow.com/blog/adobe-experience-manager/getting-started-with-apache-sling-repo-init
https://drewrobinson.com/blog/aem-repository-initialization-with-repoinit
scripts=[ " create group custom-group add authors to group administrators " ]
Thanks, I will look into this article.
Views
Likes
Replies