Add bust out of content flow option to text paragraphs
Set to 'off' by default. This will replace our intuiting the need to bust out when a hero class is applied with the style classes dropdown. Someday, probably when we've moved beyond paragraphs, it would be so nice to have configurations of the art direction options themselves, so that regular usage is picking from a couple arranged options but there's an advanced option to get more granular. But for now, we'll live with the editor having to understand how things are supposed to work together.
This commit is contained in:
parent
b9c9a793df
commit
a825335673
1 changed files with 27 additions and 1 deletions
|
@ -4,10 +4,29 @@ status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.field.paragraph.text.field_style_classes
|
- field.field.paragraph.text.field_style_classes
|
||||||
|
- field.field.paragraph.text.field_style_escape_flow
|
||||||
- field.field.paragraph.text.field_text
|
- field.field.paragraph.text.field_text
|
||||||
- paragraphs.paragraphs_type.text
|
- paragraphs.paragraphs_type.text
|
||||||
module:
|
module:
|
||||||
|
- field_group
|
||||||
- text
|
- text
|
||||||
|
third_party_settings:
|
||||||
|
field_group:
|
||||||
|
group_style:
|
||||||
|
children:
|
||||||
|
- field_style_classes
|
||||||
|
- field_style_escape_flow
|
||||||
|
parent_name: ''
|
||||||
|
weight: 1
|
||||||
|
format_type: tab
|
||||||
|
format_settings:
|
||||||
|
id: ''
|
||||||
|
classes: ''
|
||||||
|
formatter: closed
|
||||||
|
description: ''
|
||||||
|
required_fields: true
|
||||||
|
label: Style
|
||||||
|
region: content
|
||||||
_core:
|
_core:
|
||||||
default_config_hash: HcHUk34p8VqAF8IVnIOT1SpvhP1C7UmNlFz8jHIDwE0
|
default_config_hash: HcHUk34p8VqAF8IVnIOT1SpvhP1C7UmNlFz8jHIDwE0
|
||||||
id: paragraph.text.default
|
id: paragraph.text.default
|
||||||
|
@ -16,11 +35,18 @@ bundle: text
|
||||||
mode: default
|
mode: default
|
||||||
content:
|
content:
|
||||||
field_style_classes:
|
field_style_classes:
|
||||||
weight: 1
|
weight: 2
|
||||||
settings: { }
|
settings: { }
|
||||||
third_party_settings: { }
|
third_party_settings: { }
|
||||||
type: options_select
|
type: options_select
|
||||||
region: content
|
region: content
|
||||||
|
field_style_escape_flow:
|
||||||
|
weight: 3
|
||||||
|
settings:
|
||||||
|
display_label: false
|
||||||
|
third_party_settings: { }
|
||||||
|
type: boolean_checkbox
|
||||||
|
region: content
|
||||||
field_text:
|
field_text:
|
||||||
weight: 0
|
weight: 0
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Reference in a new issue