From 8c6242563b8be9498594d773818c66952fad7577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 10 Dec 2018 21:34:12 -0500 Subject: [PATCH] Give basic page webform paragraph (& all paragarphs) --- ...d.field.node.page.field_body_paragraph.yml | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/config/sync/field.field.node.page.field_body_paragraph.yml b/config/sync/field.field.node.page.field_body_paragraph.yml index 56e559b..72d2703 100644 --- a/config/sync/field.field.node.page.field_body_paragraph.yml +++ b/config/sync/field.field.node.page.field_body_paragraph.yml @@ -8,10 +8,16 @@ 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 - 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: @@ -38,6 +44,12 @@ settings: slide: slide update: update faq: faq + webform: webform + quotation_with_image: quotation_with_image + storyline_header: storyline_header + storyline_item: storyline_item + title: title + view: view target_bundles_drag_drop: text: enabled: true @@ -60,4 +72,22 @@ settings: faq: enabled: true weight: -9 + webform: + enabled: true + weight: 14 + quotation_with_image: + enabled: true + weight: 18 + storyline_header: + enabled: true + weight: 20 + storyline_item: + enabled: true + weight: 21 + title: + enabled: true + weight: 23 + view: + enabled: true + weight: 26 field_type: entity_reference_revisions