From 634f7f32efd924d16cfa243aff468b709047fa86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 15 Jun 2020 16:05:07 -0400 Subject: [PATCH] Add content reference paragraph capability to regular pages --- config/sync/field.field.node.page.field_body_paragraph.yml | 5 +++++ 1 file changed, 5 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 1fdf7b7..7c8ff3c 100644 --- a/config/sync/field.field.node.page.field_body_paragraph.yml +++ b/config/sync/field.field.node.page.field_body_paragraph.yml @@ -5,6 +5,7 @@ dependencies: config: - field.storage.node.field_body_paragraph - node.type.page + - paragraphs.paragraphs_type.content_reference - paragraphs.paragraphs_type.faq - paragraphs.paragraphs_type.file - paragraphs.paragraphs_type.image @@ -45,6 +46,7 @@ settings: update: update faq: faq webform: webform + content_reference: content_reference quotation_with_image: quotation_with_image storyline_header: storyline_header storyline_item: storyline_item @@ -75,6 +77,9 @@ settings: webform: enabled: true weight: 14 + content_reference: + enabled: true + weight: 15 quotation_with_image: enabled: true weight: 18