Restrict access to edit name of dictionary items #12750
bjarnef
started this conversation in
Features and ideas
Replies: 1 comment
-
Or maybe the name field could be disabled based on access to settings section? Do we want content editors to rename dictionary items if they can't change dictionary name/keys in views? But even then dictionary items could be used in controllers etc. which require the code to be re-compiled. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
From time to time we have projects where content editors want access to manage dictionary items. I think both Umbraco Deploy and uSync are able to handle dictonary items as content as schema data.
However when granting content editors access to translation section, they can potential name dictionary items, which may cause missing labels in frontend. It would be great if we could restrict this, so content editors can access to translation section, but name/header locked/disabled and maybe also not able to re-organize dictionary items (not sure if this is decided by the the general move permission as we do want to allow content editors to move content and media).
Beta Was this translation helpful? Give feedback.
All reactions