Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VOTE-755 update content manager permissions to include access to admi… #508

Merged
merged 1 commit into from
Jan 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions config/sync/user.role.content_manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies:
- node.type.page
- node.type.state_territory
- node.type.voter_guide
- taxonomy.vocabulary.basics_modules
- taxonomy.vocabulary.nvrf_field
- workflows.workflow.publishing_content
module:
Expand All @@ -41,6 +42,7 @@ label: 'Content Manager'
weight: 3
is_admin: null
permissions:
- 'access administration pages'
- 'access block library'
- 'access content overview'
- 'access files overview'
Expand All @@ -62,6 +64,7 @@ permissions:
- 'create remote_video media'
- 'create sitewide_alert block content'
- 'create state_territory content'
- 'create terms in basics_modules'
- 'create terms in nvrf_field'
- 'create voter_guide content'
- 'delete all revisions'
Expand Down Expand Up @@ -93,6 +96,7 @@ permissions:
- 'delete own voter_guide content'
- 'delete page revisions'
- 'delete state_territory revisions'
- 'delete terms in basics_modules'
- 'delete terms in nvrf_field'
- 'delete voter_guide revisions'
- 'edit any audio media'
Expand Down Expand Up @@ -122,6 +126,7 @@ permissions:
- 'edit own remote_video media'
- 'edit own state_territory content'
- 'edit own voter_guide content'
- 'edit terms in basics_modules'
- 'edit terms in nvrf_field'
- 'mark as hidden in editoria11y'
- 'revert all revisions'
Expand Down