Configure multiparagraph flow paragraph and enable for page nodes
This commit is contained in:
parent
829cc784b2
commit
6d7101e0b2
2 changed files with 67 additions and 22 deletions
|
@ -8,6 +8,7 @@ dependencies:
|
||||||
- paragraphs.paragraphs_type.faq
|
- paragraphs.paragraphs_type.faq
|
||||||
- paragraphs.paragraphs_type.file
|
- paragraphs.paragraphs_type.file
|
||||||
- paragraphs.paragraphs_type.image
|
- paragraphs.paragraphs_type.image
|
||||||
|
- paragraphs.paragraphs_type.multiparagraph_flow
|
||||||
- paragraphs.paragraphs_type.slide
|
- paragraphs.paragraphs_type.slide
|
||||||
- paragraphs.paragraphs_type.text
|
- paragraphs.paragraphs_type.text
|
||||||
- paragraphs.paragraphs_type.update
|
- paragraphs.paragraphs_type.update
|
||||||
|
@ -29,7 +30,6 @@ default_value_callback: ''
|
||||||
settings:
|
settings:
|
||||||
handler: 'default:paragraph'
|
handler: 'default:paragraph'
|
||||||
handler_settings:
|
handler_settings:
|
||||||
negate: 0
|
|
||||||
target_bundles:
|
target_bundles:
|
||||||
text: text
|
text: text
|
||||||
image: image
|
image: image
|
||||||
|
@ -38,26 +38,37 @@ settings:
|
||||||
slide: slide
|
slide: slide
|
||||||
update: update
|
update: update
|
||||||
faq: faq
|
faq: faq
|
||||||
|
multiparagraph_flow: multiparagraph_flow
|
||||||
|
negate: 0
|
||||||
target_bundles_drag_drop:
|
target_bundles_drag_drop:
|
||||||
text:
|
|
||||||
enabled: true
|
|
||||||
weight: -15
|
|
||||||
image:
|
|
||||||
enabled: true
|
|
||||||
weight: -14
|
|
||||||
file:
|
|
||||||
enabled: true
|
|
||||||
weight: -13
|
|
||||||
video:
|
|
||||||
enabled: true
|
|
||||||
weight: -12
|
|
||||||
slide:
|
|
||||||
enabled: true
|
|
||||||
weight: -11
|
|
||||||
update:
|
|
||||||
enabled: true
|
|
||||||
weight: -10
|
|
||||||
faq:
|
faq:
|
||||||
enabled: true
|
|
||||||
weight: -9
|
weight: -9
|
||||||
|
enabled: true
|
||||||
|
file:
|
||||||
|
weight: -13
|
||||||
|
enabled: true
|
||||||
|
image:
|
||||||
|
weight: -14
|
||||||
|
enabled: true
|
||||||
|
multiparagraph_flow:
|
||||||
|
weight: 14
|
||||||
|
enabled: true
|
||||||
|
slide:
|
||||||
|
weight: -11
|
||||||
|
enabled: true
|
||||||
|
storyline_header:
|
||||||
|
weight: 16
|
||||||
|
enabled: false
|
||||||
|
storyline_item:
|
||||||
|
weight: 17
|
||||||
|
enabled: false
|
||||||
|
text:
|
||||||
|
weight: -15
|
||||||
|
enabled: true
|
||||||
|
update:
|
||||||
|
weight: -10
|
||||||
|
enabled: true
|
||||||
|
video:
|
||||||
|
weight: -12
|
||||||
|
enabled: true
|
||||||
field_type: entity_reference_revisions
|
field_type: entity_reference_revisions
|
||||||
|
|
|
@ -4,7 +4,9 @@ status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
config:
|
config:
|
||||||
- field.storage.paragraph.field_paragraphs
|
- field.storage.paragraph.field_paragraphs
|
||||||
|
- paragraphs.paragraphs_type.image
|
||||||
- paragraphs.paragraphs_type.multiparagraph_flow
|
- paragraphs.paragraphs_type.multiparagraph_flow
|
||||||
|
- paragraphs.paragraphs_type.text
|
||||||
module:
|
module:
|
||||||
- entity_reference_revisions
|
- entity_reference_revisions
|
||||||
_core:
|
_core:
|
||||||
|
@ -22,7 +24,39 @@ default_value_callback: ''
|
||||||
settings:
|
settings:
|
||||||
handler: 'default:paragraph'
|
handler: 'default:paragraph'
|
||||||
handler_settings:
|
handler_settings:
|
||||||
target_bundles: { }
|
target_bundles:
|
||||||
|
image: image
|
||||||
|
text: text
|
||||||
negate: 0
|
negate: 0
|
||||||
target_bundles_drag_drop: { }
|
target_bundles_drag_drop:
|
||||||
|
faq:
|
||||||
|
weight: 11
|
||||||
|
enabled: false
|
||||||
|
file:
|
||||||
|
weight: 12
|
||||||
|
enabled: false
|
||||||
|
image:
|
||||||
|
weight: 13
|
||||||
|
enabled: true
|
||||||
|
multiparagraph_flow:
|
||||||
|
weight: 14
|
||||||
|
enabled: false
|
||||||
|
slide:
|
||||||
|
weight: 15
|
||||||
|
enabled: false
|
||||||
|
storyline_header:
|
||||||
|
weight: 16
|
||||||
|
enabled: false
|
||||||
|
storyline_item:
|
||||||
|
weight: 17
|
||||||
|
enabled: false
|
||||||
|
text:
|
||||||
|
weight: 18
|
||||||
|
enabled: true
|
||||||
|
update:
|
||||||
|
weight: 19
|
||||||
|
enabled: false
|
||||||
|
video:
|
||||||
|
weight: 20
|
||||||
|
enabled: false
|
||||||
field_type: entity_reference_revisions
|
field_type: entity_reference_revisions
|
||||||
|
|
Loading…
Reference in a new issue