From d62ebda2850009f7f4b38dfa922e47f4b908b0a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 13 Dec 2018 13:57:54 -0500 Subject: [PATCH] All paragraph types for all (in use) content types --- ...d.node.case_study.field_body_paragraph.yml | 15 ++++++ ...node.landing_page.field_body_paragraph.yml | 10 ++++ ...field.node.people.field_body_paragraph.yml | 48 ++++++++++++++++++- 3 files changed, 71 insertions(+), 2 deletions(-) diff --git a/config/sync/field.field.node.case_study.field_body_paragraph.yml b/config/sync/field.field.node.case_study.field_body_paragraph.yml index 4f4dedc..0823c04 100644 --- a/config/sync/field.field.node.case_study.field_body_paragraph.yml +++ b/config/sync/field.field.node.case_study.field_body_paragraph.yml @@ -8,6 +8,7 @@ dependencies: - paragraphs.paragraphs_type.faq - paragraphs.paragraphs_type.file - paragraphs.paragraphs_type.image + - paragraphs.paragraphs_type.quotation_with_image - paragraphs.paragraphs_type.slide - paragraphs.paragraphs_type.storyline_header - paragraphs.paragraphs_type.storyline_item @@ -15,6 +16,8 @@ dependencies: - paragraphs.paragraphs_type.title - paragraphs.paragraphs_type.update - paragraphs.paragraphs_type.video + - paragraphs.paragraphs_type.view + - paragraphs.paragraphs_type.webform module: - entity_reference_revisions _core: @@ -44,6 +47,9 @@ settings: update: update faq: faq video: video + quotation_with_image: quotation_with_image + view: view + webform: webform target_bundles_drag_drop: title: enabled: true @@ -75,4 +81,13 @@ settings: video: enabled: true weight: -12 + quotation_with_image: + enabled: true + weight: 17 + view: + enabled: true + weight: 25 + webform: + enabled: true + weight: 26 field_type: entity_reference_revisions diff --git a/config/sync/field.field.node.landing_page.field_body_paragraph.yml b/config/sync/field.field.node.landing_page.field_body_paragraph.yml index 0c9ca74..4cd73f3 100644 --- a/config/sync/field.field.node.landing_page.field_body_paragraph.yml +++ b/config/sync/field.field.node.landing_page.field_body_paragraph.yml @@ -8,6 +8,7 @@ dependencies: - paragraphs.paragraphs_type.faq - paragraphs.paragraphs_type.file - paragraphs.paragraphs_type.image + - paragraphs.paragraphs_type.quotation_with_image - paragraphs.paragraphs_type.slide - paragraphs.paragraphs_type.storyline_header - paragraphs.paragraphs_type.storyline_item @@ -16,6 +17,7 @@ dependencies: - paragraphs.paragraphs_type.update - paragraphs.paragraphs_type.video - paragraphs.paragraphs_type.view + - paragraphs.paragraphs_type.webform module: - entity_reference_revisions _core: @@ -46,6 +48,8 @@ settings: update: update title: title view: view + quotation_with_image: quotation_with_image + webform: webform target_bundles_drag_drop: text: enabled: true @@ -80,4 +84,10 @@ settings: view: enabled: true weight: 12 + quotation_with_image: + enabled: true + weight: 17 + webform: + enabled: true + weight: 26 field_type: entity_reference_revisions diff --git a/config/sync/field.field.node.people.field_body_paragraph.yml b/config/sync/field.field.node.people.field_body_paragraph.yml index 9aab64a..82edb0a 100644 --- a/config/sync/field.field.node.people.field_body_paragraph.yml +++ b/config/sync/field.field.node.people.field_body_paragraph.yml @@ -5,9 +5,19 @@ dependencies: config: - field.storage.node.field_body_paragraph - node.type.people + - paragraphs.paragraphs_type.faq - paragraphs.paragraphs_type.file - paragraphs.paragraphs_type.image + - paragraphs.paragraphs_type.quotation_with_image + - paragraphs.paragraphs_type.slide + - paragraphs.paragraphs_type.storyline_header + - paragraphs.paragraphs_type.storyline_item - paragraphs.paragraphs_type.text + - paragraphs.paragraphs_type.title + - paragraphs.paragraphs_type.update + - paragraphs.paragraphs_type.video + - paragraphs.paragraphs_type.view + - paragraphs.paragraphs_type.webform module: - entity_reference_revisions _core: @@ -30,6 +40,16 @@ settings: file: file image: image text: text + slide: slide + update: update + faq: faq + quotation_with_image: quotation_with_image + storyline_header: storyline_header + storyline_item: storyline_item + title: title + video: video + view: view + webform: webform target_bundles_drag_drop: file: enabled: true @@ -41,9 +61,33 @@ settings: enabled: true weight: -7 slide: + enabled: true weight: 8 - enabled: false update: + enabled: true weight: 10 - enabled: false + faq: + enabled: true + weight: 14 + quotation_with_image: + enabled: true + weight: 17 + storyline_header: + enabled: true + weight: 19 + storyline_item: + enabled: true + weight: 20 + title: + enabled: true + weight: 22 + video: + enabled: true + weight: 24 + view: + enabled: true + weight: 25 + webform: + enabled: true + weight: 26 field_type: entity_reference_revisions