recipe.yml
File
-
core/
recipes/ basic_block_type/ recipe.yml
View source
- name: 'Basic block'
- description: 'Provides "Basic block" custom block type and related configuration. A basic block contains a title and a body.'
- type: 'Block type'
- install:
- - block_content
- - views
- config:
- strict:
- # Treat field storages strictly, since they influence the database layout.
- - field.storage.block_content.body
- import:
- block_content:
- - field.storage.block_content.body
- - core.entity_view_mode.block_content.full
- - views.view.block_content
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.