From 208c36daa51892a1901f8db2e246c1ffdad6007d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 19 Nov 2018 21:59:27 -0500 Subject: [PATCH] Don't print the new fields --- ...ty_view_display.paragraph.quotation_with_image.default.yml | 4 +++- .../sync/core.entity_view_display.paragraph.text.default.yml | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config/sync/core.entity_view_display.paragraph.quotation_with_image.default.yml b/config/sync/core.entity_view_display.paragraph.quotation_with_image.default.yml index 03fbdaf..3fe3a5e 100644 --- a/config/sync/core.entity_view_display.paragraph.quotation_with_image.default.yml +++ b/config/sync/core.entity_view_display.paragraph.quotation_with_image.default.yml @@ -5,6 +5,7 @@ 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.max_650x650 - paragraphs.paragraphs_type.quotation_with_image module: @@ -31,4 +32,5 @@ content: third_party_settings: { } type: text_default region: content -hidden: { } +hidden: + field_style_escape_flow: true diff --git a/config/sync/core.entity_view_display.paragraph.text.default.yml b/config/sync/core.entity_view_display.paragraph.text.default.yml index cfd6f4e..0545cc4 100644 --- a/config/sync/core.entity_view_display.paragraph.text.default.yml +++ b/config/sync/core.entity_view_display.paragraph.text.default.yml @@ -4,6 +4,7 @@ status: true dependencies: config: - field.field.paragraph.text.field_style_classes + - field.field.paragraph.text.field_style_escape_flow - field.field.paragraph.text.field_text - paragraphs.paragraphs_type.text module: @@ -24,3 +25,4 @@ content: region: content hidden: field_style_classes: true + field_style_escape_flow: true