It is not possible to secure properties in umbraco, only nodes (by setting the start node) and sections
My solution for securing properties: Creating own property editors that use the javascript backoffice userService to show, hide or set to write-only the user inputs of the custom property editor.
Securing properties
Hi,
Is it possible to set properties as read-only for certain users or groups, so that they can read the value but not change it?
Kind regards, Stephan
After some weeks I came to this:
It is not possible to secure properties in umbraco, only nodes (by setting the start node) and sections
My solution for securing properties: Creating own property editors that use the javascript backoffice userService to show, hide or set to write-only the user inputs of the custom property editor.
Stephan
is working on a reply...