core.entity_form_display.node.paragraphs.default.yml in Webform 8.5
Same filename and directory in other branches
tests/modules/webform_test_paragraphs/config/install/core.entity_form_display.node.paragraphs.default.yml
File
tests/modules/webform_test_paragraphs/config/install/core.entity_form_display.node.paragraphs.default.ymlView source
- langcode: en
- status: true
- dependencies:
- config:
- - field.field.node.paragraphs.body
- - field.field.node.paragraphs.field_paragraphs
- - node.type.paragraphs
- module:
- - paragraphs
- - path
- - text
- id: node.paragraphs.default
- targetEntityType: node
- bundle: paragraphs
- mode: default
- content:
- body:
- type: text_textarea_with_summary
- weight: 31
- settings:
- rows: 9
- summary_rows: 3
- placeholder: ''
- third_party_settings: { }
- region: content
- created:
- type: datetime_timestamp
- weight: 10
- region: content
- settings: { }
- third_party_settings: { }
- field_paragraphs:
- type: entity_reference_paragraphs
- weight: 32
- settings:
- title: Paragraph
- title_plural: Paragraphs
- edit_mode: open
- add_mode: dropdown
- form_display_mode: default
- default_paragraph_type: ''
- third_party_settings: { }
- region: content
- langcode:
- type: language_select
- weight: 2
- region: content
- settings: { }
- third_party_settings: { }
- path:
- type: path
- weight: 30
- region: content
- settings: { }
- third_party_settings: { }
- promote:
- type: boolean_checkbox
- settings:
- display_label: true
- weight: 15
- region: content
- third_party_settings: { }
- sticky:
- type: boolean_checkbox
- settings:
- display_label: true
- weight: 16
- region: content
- third_party_settings: { }
- title:
- type: string_textfield
- weight: -5
- region: content
- settings:
- size: 60
- placeholder: ''
- third_party_settings: { }
- uid:
- type: entity_reference_autocomplete
- weight: 5
- settings:
- match_operator: CONTAINS
- size: 60
- placeholder: ''
- region: content
- third_party_settings: { }
- hidden: { }