Issue #3479912 by phenaproxima, alexpott: The content_editor_role recipe assigns a permission that might not exist

merge-requests/9814/head
Alex Pott 2024-10-10 16:49:26 +01:00
parent 00bcdbb04a
commit ce7ab85d00
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
name: 'Content editor role'
description: 'Provides the Content editor role.'
type: 'User role'
install:
# Node provides the `view own unpublished content` permission.
- node
config:
# If the content_editor role already exists, we don't really care what it looks like.
strict: false