From 9c6d7a14760182dc8a2afabdabb9d6f79c7e47e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 19 Nov 2018 21:59:56 -0500 Subject: [PATCH] Actually add the fields that we just configured --- ...ion_with_image.field_style_escape_flow.yml | 23 +++++++++++++++++++ ...paragraph.text.field_style_escape_flow.yml | 23 +++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 config/sync/field.field.paragraph.quotation_with_image.field_style_escape_flow.yml create mode 100644 config/sync/field.field.paragraph.text.field_style_escape_flow.yml diff --git a/config/sync/field.field.paragraph.quotation_with_image.field_style_escape_flow.yml b/config/sync/field.field.paragraph.quotation_with_image.field_style_escape_flow.yml new file mode 100644 index 0000000..2582e6a --- /dev/null +++ b/config/sync/field.field.paragraph.quotation_with_image.field_style_escape_flow.yml @@ -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 diff --git a/config/sync/field.field.paragraph.text.field_style_escape_flow.yml b/config/sync/field.field.paragraph.text.field_style_escape_flow.yml new file mode 100644 index 0000000..eda2ac7 --- /dev/null +++ b/config/sync/field.field.paragraph.text.field_style_escape_flow.yml @@ -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