Add title paragraph to case studies & reorder paragraphs
This commit is contained in:
parent
2f388bddd3
commit
097f2539db
1 changed files with 33 additions and 21 deletions
|
@ -5,13 +5,16 @@ dependencies:
|
|||
config:
|
||||
- field.storage.node.field_body_paragraph
|
||||
- node.type.case_study
|
||||
- paragraphs.paragraphs_type.faq
|
||||
- paragraphs.paragraphs_type.file
|
||||
- paragraphs.paragraphs_type.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
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
_core:
|
||||
|
@ -31,36 +34,45 @@ settings:
|
|||
handler_settings:
|
||||
negate: 0
|
||||
target_bundles:
|
||||
file: file
|
||||
title: title
|
||||
text: text
|
||||
image: image
|
||||
slide: slide
|
||||
file: file
|
||||
storyline_header: storyline_header
|
||||
storyline_item: storyline_item
|
||||
text: text
|
||||
update: update
|
||||
faq: faq
|
||||
video: video
|
||||
target_bundles_drag_drop:
|
||||
faq:
|
||||
weight: 9
|
||||
enabled: false
|
||||
file:
|
||||
title:
|
||||
enabled: true
|
||||
weight: 10
|
||||
image:
|
||||
enabled: true
|
||||
weight: 11
|
||||
slide:
|
||||
enabled: true
|
||||
weight: 12
|
||||
storyline_header:
|
||||
enabled: true
|
||||
weight: 13
|
||||
storyline_item:
|
||||
enabled: true
|
||||
weight: 14
|
||||
weight: -21
|
||||
text:
|
||||
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:
|
||||
enabled: true
|
||||
weight: 16
|
||||
weight: -14
|
||||
faq:
|
||||
enabled: true
|
||||
weight: -13
|
||||
video:
|
||||
enabled: true
|
||||
weight: -12
|
||||
field_type: entity_reference_revisions
|
||||
|
|
Loading…
Reference in a new issue