5 votes
Admin Only Property
A data type 'wrapper' for the Umbraco backoffice that allows you to hide a property from any user that is not in the Administrators group.
After installing the package, add a new data type using the 'Admin Only Property', then specify which underlying data type to use. You can then use this data type in your document type(s):
- When an Administrator edits content they will see the property and be able to edit it as normal
- When an Editor who is not a member of the Adminstrator group edits content, the property will not be displayed
- Any value set by Adminstrators will not be over-written when an Editor saves/publishes content