created editor role

This commit is contained in:
2023-12-19 12:03:17 +01:00
parent 9db8cebe7d
commit a0fc50a1ca
4 changed files with 91 additions and 0 deletions

View File

@@ -3,13 +3,18 @@ langcode: fr
status: true
dependencies:
config:
- node.type.actualite
- node.type.equipe
- node.type.partenaire
- node.type.static
- taxonomy.vocabulary.type_dactus
module:
- actions_permissions
- content_translation
- file
- node
- system
- taxonomy
- toolbar
_core:
default_config_hash: qjP-_ce85KMPC6bVZSJhrJVg9g3ctrzIduVBuGb1c9A
@@ -19,12 +24,21 @@ weight: -7
is_admin: null
permissions:
- 'access administration pages'
- 'access content overview'
- 'access files overview'
- 'access toolbar'
- 'administer users'
- 'change own username'
- 'create actualite content'
- 'create content translations'
- 'create equipe content'
- 'create partenaire content'
- 'create terms in type_dactus'
- 'edit any actualite content'
- 'edit any equipe content'
- 'edit any partenaire content'
- 'edit any static content'
- 'edit terms in type_dactus'
- 'execute entity:save_action menu_link_content'
- 'execute entity:save_action node'
- 'execute entity:save_action taxonomy_term'
@@ -38,6 +52,9 @@ permissions:
- 'execute user_unblock_user_action user'
- 'execute vbo_cancel_user_action user'
- 'execute views_bulk_edit all'
- 'revert actualite revisions'
- 'revert equipe revisions'
- 'revert partenaire revisions'
- 'revert static revisions'
- 'update content translations'
- 'view static revisions'