Issue #3479912 by phenaproxima, alexpott: The content_editor_role recipe assigns a permission that might not exist
parent
00bcdbb04a
commit
ce7ab85d00
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue