Remove unused administrator/content_editor roles

Leftover Standard-recipe scaffolding: "administrator" duplicated root's
is_admin bypass, "content_editor" had generic permissions unrelated to
this site's content model (a "tags" vocabulary that doesn't exist here,
nothing for ligne_comptable). Neither was assigned to any user.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-04 11:08:50 +02:00
co-authored by Claude Sonnet 5
parent a86875c03c
commit e7796754ab
6 changed files with 0 additions and 102 deletions
@@ -1,14 +0,0 @@
uuid: 87547109-3fbc-412f-8785-4d29926994fb
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
@@ -1,14 +0,0 @@
uuid: 8aac7eb3-58a1-4cd4-8e41-5822449c0717
langcode: en
status: true
dependencies:
config:
- user.role.content_editor
module:
- user
id: user_add_role_action.content_editor
label: 'Add the Content editor role to the selected user(s)'
type: user
plugin: user_add_role_action
configuration:
rid: content_editor
@@ -1,14 +0,0 @@
uuid: cf27d858-625c-4fd0-a566-e77e97ff6f03
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
@@ -1,14 +0,0 @@
uuid: c03c3800-42b0-4ccf-b440-e97fbf345174
langcode: en
status: true
dependencies:
config:
- user.role.content_editor
module:
- user
id: user_remove_role_action.content_editor
label: 'Remove the Content editor role from the selected user(s)'
type: user
plugin: user_remove_role_action
configuration:
rid: content_editor
-11
View File
@@ -1,11 +0,0 @@
uuid: 6af2113b-ad25-4982-bc8f-360b9af97998
langcode: en
status: true
dependencies: { }
_core:
default_config_hash: OeKGIkmZA_c-t6QLH81WNQx8gDCc1MRmxaTuQgxBByU
id: administrator
label: Administrator
weight: 3
is_admin: true
permissions: { }
-35
View File
@@ -1,35 +0,0 @@
uuid: 6e5d280b-fa39-470d-a3db-7ac6d47d5c2a
langcode: en
status: true
dependencies:
config:
- taxonomy.vocabulary.tags
module:
- contextual
- file
- navigation
- node
- path
- system
- taxonomy
_core:
default_config_hash: og55Zu0F-q-X8zG0Ohrls49zws6IrmmosZS-30Es8vw
id: content_editor
label: 'Content editor'
weight: 2
is_admin: false
permissions:
- 'access administration pages'
- 'access content overview'
- 'access contextual links'
- 'access files overview'
- 'access navigation'
- 'administer url aliases'
- 'create terms in tags'
- 'create url aliases'
- 'delete own files'
- 'edit terms in tags'
- 'revert all revisions'
- 'view all revisions'
- 'view own unpublished content'
- 'view the administration theme'