core.entity_form_display.paragraph.bp_modal.default.yml in Bootstrap Paragraphs 8.2
config/optional/core.entity_form_display.paragraph.bp_modal.default.yml
1 string reference to 'core.entity_form_display.paragraph.bp_modal.default'
- bootstrap_paragraphs_update_8204 in ./
bootstrap_paragraphs.install - Adds Header field to top level bundles.
File
config/optional/core.entity_form_display.paragraph.bp_modal.default.ymlView source
- langcode: en
- status: true
- dependencies:
- config:
- - field.field.paragraph.bp_modal.bp_background
- - field.field.paragraph.bp_modal.bp_header
- - field.field.paragraph.bp_modal.bp_modal_body
- - field.field.paragraph.bp_modal.bp_modal_button_text
- - field.field.paragraph.bp_modal.bp_modal_footer
- - field.field.paragraph.bp_modal.bp_modal_title
- - field.field.paragraph.bp_modal.bp_width
- - paragraphs.paragraphs_type.bp_modal
- module:
- - paragraphs
- id: paragraph.bp_modal.default
- targetEntityType: paragraph
- bundle: bp_modal
- mode: default
- content:
- bp_background:
- weight: 0
- settings: { }
- third_party_settings: { }
- type: options_select
- region: content
- bp_header:
- type: string_textfield
- weight: 2
- region: content
- settings:
- size: 60
- placeholder: ''
- third_party_settings: { }
- bp_modal_body:
- type: entity_reference_paragraphs
- weight: 5
- settings:
- title: Paragraph
- title_plural: Paragraphs
- edit_mode: closed
- add_mode: dropdown
- form_display_mode: default
- default_paragraph_type: ''
- third_party_settings: { }
- region: content
- bp_modal_button_text:
- weight: 3
- settings:
- size: 60
- placeholder: ''
- third_party_settings: { }
- type: string_textfield
- region: content
- bp_modal_footer:
- type: entity_reference_paragraphs
- weight: 6
- settings:
- title: Paragraph
- title_plural: Paragraphs
- edit_mode: closed
- add_mode: dropdown
- form_display_mode: default
- default_paragraph_type: ''
- third_party_settings: { }
- region: content
- bp_modal_title:
- weight: 4
- settings:
- size: 60
- placeholder: ''
- third_party_settings: { }
- type: string_textfield
- region: content
- bp_width:
- weight: 1
- settings: { }
- third_party_settings: { }
- type: options_select
- region: content
- hidden:
- created: true
- status: true
- uid: true