Don't print the new fields
This commit is contained in:
parent
a825335673
commit
208c36daa5
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue