recipe.yml
File
-
core/
recipes/ page_content_type/ recipe.yml
View source
- name: 'Basic page'
- description: "Provides Basic page content type and related configuration. Use <em>basic pages</em> for your static content, such as an 'About us' page."
- type: 'Content type'
- install:
- - node
- - path
- config:
- import:
- node:
- - core.entity_view_mode.node.full
- - core.entity_view_mode.node.rss
- - core.entity_view_mode.node.teaser
- - field.storage.node.body
- - system.action.node_delete_action
- - system.action.node_make_sticky_action
- - system.action.node_make_unsticky_action
- - system.action.node_promote_action
- - system.action.node_publish_action
- - system.action.node_save_action
- - system.action.node_unpromote_action
- - system.action.node_unpublish_action
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.