Add content reference paragraph capability to regular pages
This commit is contained in:
parent
66faef0e52
commit
634f7f32ef
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue