Skip to content

Commit

Permalink
Added explicit value for whether role is_admin for civictheme roles.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgaunt committed Mar 5, 2025
1 parent e3e1f8d commit 4a4e0aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
id: civictheme_content_approver
label: 'Content Approver'
weight: -7
is_admin: null
is_admin: false
permissions:
- 'access content overview'
- 'access contextual links'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
id: civictheme_content_author
label: 'Content Author'
weight: -8
is_admin: null
is_admin: false
permissions:
- 'access content overview'
- 'access contextual links'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies:
id: civictheme_site_administrator
label: 'Site Administrator'
weight: -6
is_admin: null
is_admin: false
permissions:
- 'access administration pages'
- 'access any webform configuration'
Expand Down

0 comments on commit 4a4e0aa

Please sign in to comment.