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.case_study
|
||||
- paragraphs.paragraphs_type.content_reference
|
||||
- paragraphs.paragraphs_type.faq
|
||||
- paragraphs.paragraphs_type.file
|
||||
- paragraphs.paragraphs_type.image
|
||||
|
@ -47,6 +48,7 @@ settings:
|
|||
update: update
|
||||
faq: faq
|
||||
video: video
|
||||
content_reference: content_reference
|
||||
quotation_with_image: quotation_with_image
|
||||
view: view
|
||||
webform: webform
|
||||
|
@ -81,6 +83,9 @@ settings:
|
|||
video:
|
||||
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