From b9c9a793df781e09abb04403a62d568803030817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 19 Nov 2018 21:56:15 -0500 Subject: [PATCH] Add bust out of content flow option to quotation Set to 'on' by default --- ...paragraph.quotation_with_image.default.yml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/config/sync/core.entity_form_display.paragraph.quotation_with_image.default.yml b/config/sync/core.entity_form_display.paragraph.quotation_with_image.default.yml index 911861d..c3c45da 100644 --- a/config/sync/core.entity_form_display.paragraph.quotation_with_image.default.yml +++ b/config/sync/core.entity_form_display.paragraph.quotation_with_image.default.yml @@ -5,12 +5,29 @@ dependencies: config: - field.field.paragraph.quotation_with_image.field_image - field.field.paragraph.quotation_with_image.field_quotation + - field.field.paragraph.quotation_with_image.field_style_escape_flow - image.style.thumbnail - paragraphs.paragraphs_type.quotation_with_image module: - allowed_formats + - field_group - image - 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 targetEntityType: paragraph bundle: quotation_with_image @@ -35,6 +52,13 @@ content: hide_guidelines: '0' type: text_textarea region: content + field_style_escape_flow: + weight: 2 + settings: + display_label: false + third_party_settings: { } + type: boolean_checkbox + region: content hidden: created: true status: true