Add title paragraph to case studies & reorder paragraphs

This commit is contained in:
benjamin melançon 2018-10-23 00:36:02 -04:00
parent 2f388bddd3
commit 097f2539db

View file

@ -5,13 +5,16 @@ dependencies:
config: config:
- field.storage.node.field_body_paragraph - field.storage.node.field_body_paragraph
- node.type.case_study - node.type.case_study
- paragraphs.paragraphs_type.faq
- paragraphs.paragraphs_type.file - paragraphs.paragraphs_type.file
- paragraphs.paragraphs_type.image - paragraphs.paragraphs_type.image
- paragraphs.paragraphs_type.slide - paragraphs.paragraphs_type.slide
- paragraphs.paragraphs_type.storyline_header - paragraphs.paragraphs_type.storyline_header
- paragraphs.paragraphs_type.storyline_item - paragraphs.paragraphs_type.storyline_item
- paragraphs.paragraphs_type.text - paragraphs.paragraphs_type.text
- paragraphs.paragraphs_type.title
- paragraphs.paragraphs_type.update - paragraphs.paragraphs_type.update
- paragraphs.paragraphs_type.video
module: module:
- entity_reference_revisions - entity_reference_revisions
_core: _core:
@ -31,36 +34,45 @@ settings:
handler_settings: handler_settings:
negate: 0 negate: 0
target_bundles: target_bundles:
file: file title: title
text: text
image: image image: image
slide: slide slide: slide
file: file
storyline_header: storyline_header storyline_header: storyline_header
storyline_item: storyline_item storyline_item: storyline_item
text: text
update: update update: update
faq: faq
video: video
target_bundles_drag_drop: target_bundles_drag_drop:
faq: title:
weight: 9
enabled: false
file:
enabled: true enabled: true
weight: 10 weight: -21
image:
enabled: true
weight: 11
slide:
enabled: true
weight: 12
storyline_header:
enabled: true
weight: 13
storyline_item:
enabled: true
weight: 14
text: text:
enabled: true enabled: true
weight: 15 weight: -20
image:
enabled: true
weight: -19
slide:
enabled: true
weight: -18
file:
enabled: true
weight: -17
storyline_header:
enabled: true
weight: -16
storyline_item:
enabled: true
weight: -15
update: update:
enabled: true enabled: true
weight: 16 weight: -14
faq:
enabled: true
weight: -13
video:
enabled: true
weight: -12
field_type: entity_reference_revisions field_type: entity_reference_revisions