Actually add the fields that we just configured

This commit is contained in:
benjamin melançon 2018-11-19 21:59:56 -05:00
parent 208c36daa5
commit 9c6d7a1476
2 changed files with 46 additions and 0 deletions

View file

@ -0,0 +1,23 @@
uuid: f5010972-c60c-4907-9e9a-7bda99bd672a
langcode: en
status: true
dependencies:
config:
- field.storage.paragraph.field_style_escape_flow
- paragraphs.paragraphs_type.quotation_with_image
id: paragraph.quotation_with_image.field_style_escape_flow
field_name: field_style_escape_flow
entity_type: paragraph
bundle: quotation_with_image
label: 'Expand beyond content to sides'
description: 'Bust out of content flow to be able to expand left and right.'
required: false
translatable: true
default_value:
-
value: 1
default_value_callback: ''
settings:
on_label: 'Bust out'
off_label: 'Stay in lane'
field_type: boolean

View file

@ -0,0 +1,23 @@
uuid: 60e773e7-b43d-41c2-ad9f-0c5abc5868a2
langcode: en
status: true
dependencies:
config:
- field.storage.paragraph.field_style_escape_flow
- paragraphs.paragraphs_type.text
id: paragraph.text.field_style_escape_flow
field_name: field_style_escape_flow
entity_type: paragraph
bundle: text
label: 'Expand beyond content to sides'
description: 'Bust out of content flow to be able to expand left and right. Use this when applying a hero class.'
required: false
translatable: true
default_value:
-
value: 0
default_value_callback: ''
settings:
on_label: 'Bust out'
off_label: 'Stay in lane'
field_type: boolean