Add content reference paragraph capability to regular pages

This commit is contained in:
benjamin melançon 2020-06-15 16:05:07 -04:00
parent 66faef0e52
commit 634f7f32ef

View file

@ -5,6 +5,7 @@ dependencies:
config: config:
- field.storage.node.field_body_paragraph - field.storage.node.field_body_paragraph
- node.type.page - node.type.page
- paragraphs.paragraphs_type.content_reference
- paragraphs.paragraphs_type.faq - paragraphs.paragraphs_type.faq
- paragraphs.paragraphs_type.file - paragraphs.paragraphs_type.file
- paragraphs.paragraphs_type.image - paragraphs.paragraphs_type.image
@ -45,6 +46,7 @@ settings:
update: update update: update
faq: faq faq: faq
webform: webform webform: webform
content_reference: content_reference
quotation_with_image: quotation_with_image quotation_with_image: quotation_with_image
storyline_header: storyline_header storyline_header: storyline_header
storyline_item: storyline_item storyline_item: storyline_item
@ -75,6 +77,9 @@ settings:
webform: webform:
enabled: true enabled: true
weight: 14 weight: 14
content_reference:
enabled: true
weight: 15
quotation_with_image: quotation_with_image:
enabled: true enabled: true
weight: 18 weight: 18