Enable all paragraph types for campaign content
This commit is contained in:
parent
48f4c63c73
commit
e95d53859a
1 changed files with 44 additions and 1 deletions
|
@ -5,9 +5,18 @@ dependencies:
|
|||
config:
|
||||
- field.storage.node.field_body_paragraph
|
||||
- node.type.campaign
|
||||
- paragraphs.paragraphs_type.faq
|
||||
- paragraphs.paragraphs_type.file
|
||||
- paragraphs.paragraphs_type.image
|
||||
- paragraphs.paragraphs_type.quotation_with_image
|
||||
- paragraphs.paragraphs_type.slide
|
||||
- paragraphs.paragraphs_type.storyline_header
|
||||
- paragraphs.paragraphs_type.storyline_item
|
||||
- paragraphs.paragraphs_type.text
|
||||
- paragraphs.paragraphs_type.title
|
||||
- paragraphs.paragraphs_type.update
|
||||
- paragraphs.paragraphs_type.video
|
||||
- paragraphs.paragraphs_type.view
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
_core:
|
||||
|
@ -25,10 +34,20 @@ default_value_callback: ''
|
|||
settings:
|
||||
handler: 'default:paragraph'
|
||||
handler_settings:
|
||||
negate: 0
|
||||
target_bundles:
|
||||
file: file
|
||||
image: image
|
||||
text: text
|
||||
update: update
|
||||
faq: faq
|
||||
quotation_with_image: quotation_with_image
|
||||
slide: slide
|
||||
storyline_header: storyline_header
|
||||
storyline_item: storyline_item
|
||||
title: title
|
||||
video: video
|
||||
view: view
|
||||
target_bundles_drag_drop:
|
||||
file:
|
||||
enabled: true
|
||||
|
@ -40,6 +59,30 @@ settings:
|
|||
enabled: true
|
||||
weight: -7
|
||||
update:
|
||||
enabled: true
|
||||
weight: 8
|
||||
enabled: false
|
||||
faq:
|
||||
enabled: true
|
||||
weight: 13
|
||||
quotation_with_image:
|
||||
enabled: true
|
||||
weight: 16
|
||||
slide:
|
||||
enabled: true
|
||||
weight: 17
|
||||
storyline_header:
|
||||
enabled: true
|
||||
weight: 18
|
||||
storyline_item:
|
||||
enabled: true
|
||||
weight: 19
|
||||
title:
|
||||
enabled: true
|
||||
weight: 21
|
||||
video:
|
||||
enabled: true
|
||||
weight: 23
|
||||
view:
|
||||
enabled: true
|
||||
weight: 24
|
||||
field_type: entity_reference_revisions
|
||||
|
|
Loading…
Reference in a new issue