Skip to content

Commit

Permalink
Merge pull request #1253 from weather-gov/mgwalker/content-moderation…
Browse files Browse the repository at this point in the history
…-permissions

Fix content moderation permissions
  • Loading branch information
greg-does-weather authored May 24, 2024
2 parents 09c8482 + be1b332 commit 438c727
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/config/sync/user.role.content_admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ dependencies:
- node.type.testing_page
- node.type.weather_story
- node.type.wfo_promo
- workflows.workflow.weather_gov_content_moderation
module:
- block_content
- content_moderation
- contextual
- file
- filter
Expand Down Expand Up @@ -72,6 +74,9 @@ permissions:
- 'revert wfo_promo revisions'
- 'schedule publishing of nodes'
- 'use text format basic_html'
- 'use weather_gov_content_moderation transition archive'
- 'use weather_gov_content_moderation transition create_new_draft'
- 'use weather_gov_content_moderation transition publish'
- 'use workbench access'
- 'view all revisions'
- 'view any basic block content history'
Expand Down
5 changes: 5 additions & 0 deletions web/config/sync/user.role.content_editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ dependencies:
- node.type.testing_page
- node.type.weather_story
- node.type.wfo_promo
- workflows.workflow.weather_gov_content_moderation
module:
- block_content
- content_moderation
- contextual
- file
- filter
Expand Down Expand Up @@ -61,6 +63,9 @@ permissions:
- 'revert wfo_promo revisions'
- 'schedule publishing of nodes'
- 'use text format basic_html'
- 'use weather_gov_content_moderation transition archive'
- 'use weather_gov_content_moderation transition create_new_draft'
- 'use weather_gov_content_moderation transition publish'
- 'use workbench access'
- 'view all revisions'
- 'view any basic block content history'
Expand Down

0 comments on commit 438c727

Please sign in to comment.