core.entity_form_display.paragraph.bp_accordion.default.yml in Bootstrap Paragraphs 8.2
config/optional/core.entity_form_display.paragraph.bp_accordion.default.yml
2 string references to 'core.entity_form_display.paragraph.bp_accordion.default'
- bootstrap_paragraphs_update_8202 in ./
bootstrap_paragraphs.install - Updates Accordion.
- bootstrap_paragraphs_update_8204 in ./
bootstrap_paragraphs.install - Adds Header field to top level bundles.
File
config/optional/core.entity_form_display.paragraph.bp_accordion.default.ymlView source
- langcode: en
- status: true
- dependencies:
- config:
- - field.field.paragraph.bp_accordion.bp_accordion_expand
- - field.field.paragraph.bp_accordion.bp_accordion_section
- - field.field.paragraph.bp_accordion.bp_background
- - field.field.paragraph.bp_accordion.bp_header
- - field.field.paragraph.bp_accordion.bp_show_indicators
- - field.field.paragraph.bp_accordion.bp_width
- - paragraphs.paragraphs_type.bp_accordion
- module:
- - paragraphs
- id: paragraph.bp_accordion.default
- targetEntityType: paragraph
- bundle: bp_accordion
- mode: default
- content:
- bp_accordion_expand:
- weight: 2
- settings:
- display_label: true
- third_party_settings: { }
- type: boolean_checkbox
- region: content
- bp_accordion_section:
- 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_background:
- weight: 0
- settings: { }
- third_party_settings: { }
- type: options_select
- region: content
- bp_header:
- type: string_textfield
- weight: 4
- region: content
- settings:
- size: 60
- placeholder: ''
- third_party_settings: { }
- bp_show_indicators:
- weight: 3
- settings:
- display_label: true
- third_party_settings: { }
- type: boolean_checkbox
- region: content
- bp_width:
- weight: 1
- settings: { }
- third_party_settings: { }
- type: options_select
- region: content
- hidden:
- created: true
- status: true
- uid: true