mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-09-06 09:01:23 +00:00
Apply content_editor_role recipe
This commit is contained in:
parent
712e3f1020
commit
7953599f03
3 changed files with 42 additions and 0 deletions
14
drupal10/config/user.role.content_editor.yml
Normal file
14
drupal10/config/user.role.content_editor.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
uuid: 1b135e21-2364-4740-8d89-0c763aecb31f
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
module:
|
||||
- node
|
||||
- system
|
||||
id: content_editor
|
||||
label: 'Content editor'
|
||||
weight: 2
|
||||
is_admin: false
|
||||
permissions:
|
||||
- 'access administration pages'
|
||||
- 'view own unpublished content'
|
Loading…
Add table
Add a link
Reference in a new issue