mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-01-12 15:14:35 +00:00
Apply administrator_role recipe
This commit is contained in:
parent
eba91d3159
commit
712e3f1020
3 changed files with 37 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
|||
uuid: 13740a97-eaae-4718-8987-fc719d190a02
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- user.role.administrator
|
||||
module:
|
||||
- user
|
||||
id: user_add_role_action.administrator
|
||||
label: 'Add the Administrator role to the selected user(s)'
|
||||
type: user
|
||||
plugin: user_add_role_action
|
||||
configuration:
|
||||
rid: administrator
|
|
@ -0,0 +1,14 @@
|
|||
uuid: 9b0532de-79ac-4553-a874-b3c5c8cef857
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- user.role.administrator
|
||||
module:
|
||||
- user
|
||||
id: user_remove_role_action.administrator
|
||||
label: 'Remove the Administrator role from the selected user(s)'
|
||||
type: user
|
||||
plugin: user_remove_role_action
|
||||
configuration:
|
||||
rid: administrator
|
9
drupal10/config/user.role.administrator.yml
Normal file
9
drupal10/config/user.role.administrator.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
uuid: d9c7d3ba-d8f5-401f-a8ab-369db2a1fe5c
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies: { }
|
||||
id: administrator
|
||||
label: Administrator
|
||||
weight: 3
|
||||
is_admin: true
|
||||
permissions: { }
|
Loading…
Reference in a new issue