core.entity_form_display.paragraph.modal.default.yml in Bootstrap Paragraphs 8
config/install/core.entity_form_display.paragraph.modal.default.yml
File
config/install/core.entity_form_display.paragraph.modal.default.ymlView source
- langcode: en
- status: true
- dependencies:
- config:
- - field.field.paragraph.modal.field_background
- - field.field.paragraph.modal.field_modal_body
- - field.field.paragraph.modal.field_modal_button_text
- - field.field.paragraph.modal.field_modal_footer
- - field.field.paragraph.modal.field_modal_title
- - field.field.paragraph.modal.field_width
- - paragraphs.paragraphs_type.modal
- module:
- - paragraphs
- id: paragraph.modal.default
- targetEntityType: paragraph
- bundle: modal
- mode: default
- content:
- field_background:
- weight: 0
- settings: { }
- third_party_settings: { }
- type: options_select
- field_modal_body:
- type: entity_reference_paragraphs
- weight: 4
- settings:
- title: Paragraph
- title_plural: Paragraphs
- edit_mode: open
- add_mode: dropdown
- form_display_mode: default
- third_party_settings: { }
- field_modal_button_text:
- weight: 2
- settings:
- size: 60
- placeholder: ''
- third_party_settings: { }
- type: string_textfield
- field_modal_footer:
- type: entity_reference_paragraphs
- weight: 5
- settings:
- title: Paragraph
- title_plural: Paragraphs
- edit_mode: open
- add_mode: dropdown
- form_display_mode: default
- third_party_settings: { }
- field_modal_title:
- weight: 3
- settings:
- size: 60
- placeholder: ''
- third_party_settings: { }
- type: string_textfield
- field_width:
- weight: 1
- settings: { }
- third_party_settings: { }
- type: options_select
- hidden:
- created: true
- status: true
- uid: true