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