Skip to content

Commit

Permalink
VACMS-18451: tweaked the perms for the rates editor role
Browse files Browse the repository at this point in the history
  • Loading branch information
edmund-dunn committed Jul 10, 2024
1 parent 88cf396 commit af464e2
Showing 1 changed file with 46 additions and 1 deletion.
47 changes: 46 additions & 1 deletion config/sync/user.role.rates_editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,28 @@ langcode: en
status: true
dependencies:
config:
- filter.format.rich_text
- filter.format.rich_text_limited
- media.type.document
- media.type.document_external
- media.type.image
- media.type.video
- node.type.page
- workflows.workflow.editorial
module:
- content_lock
- content_moderation
- file
- filter
- media
- node
- node_link_report
- override_node_options
- paragraphs
- pathauto
- system
- va_gov_backend
- workbench_access
third_party_settings:
va_gov_backend:
vgb_description: 'This is a new role that is limited to editing only Education Benefits Hub. This role should NEVER be allowed to publish.'
Expand All @@ -16,8 +33,36 @@ label: 'Rates Editor'
weight: 8
is_admin: null
permissions:
- 'access administration pages'
- 'access content'
- 'access files overview'
- 'access media overview'
- 'break content lock'
- 'create document media'
- 'create document_external media'
- 'create image media'
- 'create media'
- 'create video media'
- 'edit any document media'
- 'edit any document_external media'
- 'edit any image media'
- 'edit any page content'
- 'edit any video media'
- 'edit own page content'
- 'enter page revision log entry'
- 'override page authored by option'
- 'notify of path changes'
- 'update any media'
- 'update media'
- 'use editorial transition create_new_draft'
- 'use editorial transition review'
- 'use text format rich_text'
- 'use text format rich_text_limited'
- 'use workbench access'
- 'view all media revisions'
- 'view any unpublished content'
- 'view latest version'
- 'view node link report'
- 'view own unpublished content'
- 'view page revisions'
- 'view the administration theme'
- 'view unpublished paragraphs'

0 comments on commit af464e2

Please sign in to comment.