Hi Team,
Is there any way that only admin group (A) can modify Page Properties whereas other Editors Group (B) only can see them in READ ONLY Mode.
I know that using Render Condition, we can show/hide based on user/group. But how to play with Permission to achieve above.
BR,
KTNR
Solved! Go to Solution.
Views
Replies
Total Likes
Restrict write access to a property (example:pageTitle) by following steps
If a user from configured group, will try to update pageTitle, they would get following error:
However, they would be able to save other properties
Hi @arvind ,
you can give only read permission to the template for the other users through user management and no need to use render conditions to show/hide to certain users, please leverage CUG(closed user group) feature for the same.
User management and administering
Thank you.
-Sravan
Page properties are stored in the page/jcr:content node, so you should disallow the privilege "writeProperties" on this node (use wildcard ACLs for it at best, see [1]).
[1] https://jackrabbit.apache.org/oak/docs/security/authorization/restriction.html
Restrict write access to a property (example:pageTitle) by following steps
If a user from configured group, will try to update pageTitle, they would get following error:
However, they would be able to save other properties