core.entity_form_display.block_content.reusable_block.default.yml in Gutenberg 8
Same filename and directory in other branches
config/install/core.entity_form_display.block_content.reusable_block.default.yml
File
config/install/core.entity_form_display.block_content.reusable_block.default.ymlView source
- langcode: en
- status: true
- dependencies:
- config:
- - block_content.type.reusable_block
- - field.field.block_content.reusable_block.body
- module:
- - text
- enforced:
- module:
- - gutenberg
- id: block_content.reusable_block.default
- targetEntityType: block_content
- bundle: reusable_block
- mode: default
- content:
- body:
- type: text_textarea_with_summary
- weight: 26
- settings:
- rows: 9
- summary_rows: 3
- placeholder: ''
- third_party_settings: { }
- region: content
- info:
- type: string_textfield
- weight: -5
- region: content
- settings:
- size: 60
- placeholder: ''
- third_party_settings: { }
- hidden: { }