Add and configure a content reference paragraph type

This commit is contained in:
Benjamin Melançon 2019-08-18 13:00:32 -04:00
parent a1a3c1bab7
commit 1a3ea45feb
8 changed files with 167 additions and 2 deletions

View file

@ -5,6 +5,7 @@ dependencies:
config:
- field.storage.node.field_body_paragraph
- node.type.landing_page
- paragraphs.paragraphs_type.content_reference
- paragraphs.paragraphs_type.faq
- paragraphs.paragraphs_type.file
- paragraphs.paragraphs_type.image
@ -48,6 +49,7 @@ settings:
update: update
title: title
view: view
content_reference: content_reference
quotation_with_image: quotation_with_image
webform: webform
target_bundles_drag_drop:
@ -84,6 +86,9 @@ settings:
view:
enabled: true
weight: 12
content_reference:
enabled: true
weight: 15
quotation_with_image:
enabled: true
weight: 17