Enable all paragraph types for campaign content

This commit is contained in:
benjamin melançon 2018-11-18 13:01:01 -05:00
parent 48f4c63c73
commit e95d53859a

View file

@ -5,9 +5,18 @@ dependencies:
config: config:
- field.storage.node.field_body_paragraph - field.storage.node.field_body_paragraph
- node.type.campaign - node.type.campaign
- paragraphs.paragraphs_type.faq
- paragraphs.paragraphs_type.file - paragraphs.paragraphs_type.file
- paragraphs.paragraphs_type.image - 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.text
- paragraphs.paragraphs_type.title
- paragraphs.paragraphs_type.update
- paragraphs.paragraphs_type.video
- paragraphs.paragraphs_type.view
module: module:
- entity_reference_revisions - entity_reference_revisions
_core: _core:
@ -25,10 +34,20 @@ default_value_callback: ''
settings: settings:
handler: 'default:paragraph' handler: 'default:paragraph'
handler_settings: handler_settings:
negate: 0
target_bundles: target_bundles:
file: file file: file
image: image image: image
text: text 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: target_bundles_drag_drop:
file: file:
enabled: true enabled: true
@ -40,6 +59,30 @@ settings:
enabled: true enabled: true
weight: -7 weight: -7
update: update:
enabled: true
weight: 8 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 field_type: entity_reference_revisions