recipe.yml
534 Bytes
name: Basic page
type: Drupal CMS
description: Adds a content type for simple pages.
recipes:
- drupal_cms_content_type_base
config:
strict: false
actions:
core.entity_view_display.node.page.default:
enableLayoutBuilder: { }
allowLayoutOverrides: true
user.role.content_editor:
grantPermissions:
- 'create page content'
- 'delete page revisions'
- 'delete any page content'
- 'edit any page content'
workflows.workflow.basic_editorial:
addNodeTypes: ['page']