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 |
4 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.
Uh oh!
There was an error while loading. Please reload this page.
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: trueand adhere to the user roles/groups from the main config settings in /config/users ?that is what
custom:state-switchusesAll reactions