How can you hide a property editor from certain us...
# help-with-umbraco
a
We need to set a configuration per property editor to restrict which user group should be able to view / edit this property editor. Do you have any advice on how we could achieve this? Example: Admin should see all property editors on this document type, user group XYZ should only see certain properties on the same document type
a
Thats fairly doable
The easiest is using the Admin Only package
This is only Adminitstrator vs others though
If you want more control, it's code writing time 🙂 Then you have to add a ContentSendingNotification to monitor witch property is being loaded, and make a configuration per usergroup on who is allowed to see them, and show/hide when appropriate. Got samples somewhere if needed
a
I think this might do the trick actually. Awesome..thanks alot! 😄
a
Anytime!
10 Views