core.entity_form_display.node.article.default.yml in Entity Embed 8
tests/modules/entity_embed_test/config/install/core.entity_form_display.node.article.default.yml
File
tests/modules/entity_embed_test/config/install/core.entity_form_display.node.article.default.ymlView source
- langcode: en
- status: true
- dependencies:
- config:
- - field.field.node.article.body
- - node.type.article
- module:
- - text
- id: node.article.default
- targetEntityType: node
- bundle: article
- mode: default
- content:
- title:
- type: string_textfield
- weight: 1
- region: content
- settings:
- size: 60
- placeholder: ''
- third_party_settings: { }
- body:
- type: text_textarea_with_summary
- weight: 2
- settings:
- rows: 9
- summary_rows: 3
- placeholder: ''
- third_party_settings: { }
- region: content
- status:
- type: boolean_checkbox
- settings:
- display_label: true
- weight: 3
- region: content
- third_party_settings: { }
- hidden:
- created: true
- promote: true
- sticky: true
- uid: true