Hi Team
I have requirement where based on logged in user I want to restrict folder creation and content fragment creation.
Requirement is:
I have two user groups authors and reviewers.
Authors can create content fragment but should not create and delete folders under /content/dam/aaa/bbb
Reviewers can create and delete folders but should not create content fragments under path /content/dam/aaa/bbb
I have written servlet to identify the user groups.
Also using repo scripts I am able to restrict create button but unable to achieve folder and content fragment restriction.
Kindly advise.
Thanks in advance.