Add bust out of content flow option to quotation
Set to 'on' by default
This commit is contained in:
parent
a9258dd075
commit
b9c9a793df
1 changed files with 24 additions and 0 deletions
|
@ -5,12 +5,29 @@ dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.paragraph.quotation_with_image.field_image
|
- field.field.paragraph.quotation_with_image.field_image
|
||||||
- field.field.paragraph.quotation_with_image.field_quotation
|
- field.field.paragraph.quotation_with_image.field_quotation
|
||||||
|
- field.field.paragraph.quotation_with_image.field_style_escape_flow
|
||||||
- image.style.thumbnail
|
- image.style.thumbnail
|
||||||
- paragraphs.paragraphs_type.quotation_with_image
|
- paragraphs.paragraphs_type.quotation_with_image
|
||||||
module:
|
module:
|
||||||
- allowed_formats
|
- allowed_formats
|
||||||
|
- field_group
|
||||||
- image
|
- image
|
||||||
- text
|
- text
|
||||||
|
third_party_settings:
|
||||||
|
field_group:
|
||||||
|
group_style:
|
||||||
|
children:
|
||||||
|
- field_style_escape_flow
|
||||||
|
parent_name: ''
|
||||||
|
weight: 3
|
||||||
|
format_type: details
|
||||||
|
format_settings:
|
||||||
|
id: ''
|
||||||
|
classes: ''
|
||||||
|
open: false
|
||||||
|
required_fields: true
|
||||||
|
label: Style
|
||||||
|
region: content
|
||||||
id: paragraph.quotation_with_image.default
|
id: paragraph.quotation_with_image.default
|
||||||
targetEntityType: paragraph
|
targetEntityType: paragraph
|
||||||
bundle: quotation_with_image
|
bundle: quotation_with_image
|
||||||
|
@ -35,6 +52,13 @@ content:
|
||||||
hide_guidelines: '0'
|
hide_guidelines: '0'
|
||||||
type: text_textarea
|
type: text_textarea
|
||||||
region: content
|
region: content
|
||||||
|
field_style_escape_flow:
|
||||||
|
weight: 2
|
||||||
|
settings:
|
||||||
|
display_label: false
|
||||||
|
third_party_settings: { }
|
||||||
|
type: boolean_checkbox
|
||||||
|
region: content
|
||||||
hidden:
|
hidden:
|
||||||
created: true
|
created: true
|
||||||
status: true
|
status: true
|
||||||
|
|
Loading…
Reference in a new issue