core.entity_form_display.paragraph.bp_blank.default.yml in Bootstrap Paragraphs 8.2
config/optional/core.entity_form_display.paragraph.bp_blank.default.yml
1 string reference to 'core.entity_form_display.paragraph.bp_blank.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_blank.default.ymlView source
- langcode: en
- status: true
- dependencies:
- config:
- - field.field.paragraph.bp_blank.bp_background
- - field.field.paragraph.bp_blank.bp_header
- - field.field.paragraph.bp_blank.bp_unrestricted
- - field.field.paragraph.bp_blank.bp_width
- - paragraphs.paragraphs_type.bp_blank
- module:
- - text
- id: paragraph.bp_blank.default
- targetEntityType: paragraph
- bundle: bp_blank
- 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_unrestricted:
- weight: 3
- settings:
- rows: 5
- placeholder: ''
- third_party_settings: { }
- type: text_textarea
- region: content
- bp_width:
- weight: 1
- settings: { }
- third_party_settings: { }
- type: options_select
- region: content
- hidden:
- created: true
- status: true
- uid: true