Add and configure a content reference paragraph type
This commit is contained in:
parent
a1a3c1bab7
commit
1a3ea45feb
8 changed files with 167 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue