core.entity_form_display.node.testing_example.default.yml
Same filename in other branches
File
-
modules/
testing_example/ config/ install/ core.entity_form_display.node.testing_example.default.yml
View source
- langcode: en
- status: true
- dependencies:
- config:
- - field.field.node.testing_example.body
- - node.type.testing_example
- module:
- - path
- - text
- enforced:
- module:
- - testing_example
- id: node.testing_example.default
- targetEntityType: node
- bundle: testing_example
- mode: default
- content:
- title:
- type: string_textfield
- weight: -5
- settings:
- size: 60
- placeholder: ''
- third_party_settings: { }
- uid:
- type: entity_reference_autocomplete
- weight: 5
- settings:
- match_operator: CONTAINS
- match_limit: 10
- size: 60
- placeholder: ''
- third_party_settings: { }
- created:
- type: datetime_timestamp
- weight: 10
- settings: { }
- third_party_settings: { }
- promote:
- type: boolean_checkbox
- weight: 15
- settings:
- display_label: true
- third_party_settings: { }
- sticky:
- type: boolean_checkbox
- weight: 16
- settings:
- display_label: true
- third_party_settings: { }
- path:
- type: path
- weight: 30
- settings: { }
- third_party_settings: { }
- body:
- type: text_textarea_with_summary
- weight: 31
- settings:
- rows: 9
- summary_rows: 3
- placeholder: ''
- third_party_settings: { }
- hidden: { }
- third_party_settings: { }