core.entity_form_display.node.event.default.yml in Smart Date Starter Kit 8
Same filename and directory in other branches
config/install/core.entity_form_display.node.event.default.yml
File
config/install/core.entity_form_display.node.event.default.ymlView source
- langcode: en
- status: true
- dependencies:
- config:
- - field.field.node.event.body
- - field.field.node.event.field_when
- - node.type.event
- module:
- - path
- - smart_date
- - text
- id: node.event.default
- targetEntityType: node
- bundle: event
- mode: default
- content:
- body:
- type: text_textarea_with_summary
- weight: 8
- settings:
- rows: 9
- summary_rows: 3
- placeholder: ''
- show_summary: false
- third_party_settings: { }
- region: content
- created:
- type: datetime_timestamp
- weight: 2
- region: content
- settings: { }
- third_party_settings: { }
- field_when:
- weight: 7
- settings:
- modal: false
- third_party_settings: { }
- type: smartdate_default
- region: content
- path:
- type: path
- weight: 5
- region: content
- settings: { }
- third_party_settings: { }
- promote:
- type: boolean_checkbox
- settings:
- display_label: true
- weight: 3
- region: content
- third_party_settings: { }
- status:
- type: boolean_checkbox
- settings:
- display_label: true
- weight: 6
- region: content
- third_party_settings: { }
- sticky:
- type: boolean_checkbox
- settings:
- display_label: true
- weight: 4
- region: content
- third_party_settings: { }
- title:
- type: string_textfield
- weight: 0
- region: content
- settings:
- size: 60
- placeholder: ''
- third_party_settings: { }
- uid:
- type: entity_reference_autocomplete
- weight: 1
- settings:
- match_operator: CONTAINS
- size: 60
- placeholder: ''
- match_limit: 10
- region: content
- third_party_settings: { }
- hidden: { }