user roles on items? #245
Mariusthvdb
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
There is no way to set admin/not admin configurations at the moment. But it is not needed to copy and paste the whole configuration. If you set ## Admin 1, Admin 2 and Admin 3 will have the same config as in base
exceptions:
extend_from_base: true
- user:
- Admin 1
- Admin 2
- Admin 3 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
having finished my customizations on the regular menu items, there is 1 thing I can not get my head around:
how can I set a visibility for admin only on my menu items, and not c&p the full config in an exceptions config based on usernames?
would it be feasible to have something like
or
or maybe
admin: true
and adhere to the user roles/groups from the main config settings in /config/users ?that is what
custom:state-switch
usesBeta Was this translation helpful? Give feedback.
All reactions