Skip to content

Commit

Permalink
feat: Permissions for env indicator
Browse files Browse the repository at this point in the history
Refs: #RWR-384
  • Loading branch information
attiks committed Oct 6, 2023
1 parent fb4719c commit f2450a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/user.role.authenticated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ langcode: en
status: true
dependencies:
config:
- environment_indicator.switcher.demo
- environment_indicator.switcher.dev
- filter.format.basic_html
- filter.format.hr_plain_text
module:
Expand All @@ -22,7 +24,8 @@ weight: 1
is_admin: false
permissions:
- 'access content'
- 'access environment indicator'
- 'access environment indicator demo'
- 'access environment indicator dev'
- 'access shortcuts'
- 'enter landing_page revision log entry'
- 'enter page revision log entry'
Expand Down
2 changes: 2 additions & 0 deletions config/user.role.global_editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies:
- contextual
- dashboards
- entity_reference_revisions
- environment_indicator
- file
- filter
- group
Expand All @@ -44,6 +45,7 @@ permissions:
- 'access administration pages'
- 'access content overview'
- 'access contextual links'
- 'access environment indicator'
- 'access files overview'
- 'access group overview'
- 'access site in maintenance mode'
Expand Down

0 comments on commit f2450a9

Please sign in to comment.