Don't print the new fields

This commit is contained in:
benjamin melançon 2018-11-19 21:59:27 -05:00
parent a825335673
commit 208c36daa5
2 changed files with 5 additions and 1 deletions

View file

@ -5,6 +5,7 @@ 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.max_650x650 - image.style.max_650x650
- paragraphs.paragraphs_type.quotation_with_image - paragraphs.paragraphs_type.quotation_with_image
module: module:
@ -31,4 +32,5 @@ content:
third_party_settings: { } third_party_settings: { }
type: text_default type: text_default
region: content region: content
hidden: { } hidden:
field_style_escape_flow: true

View file

@ -4,6 +4,7 @@ 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:
@ -24,3 +25,4 @@ content:
region: content region: content
hidden: hidden:
field_style_classes: true field_style_classes: true
field_style_escape_flow: true