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
|
@ -4,7 +4,9 @@ status: true
|
|||
dependencies:
|
||||
config:
|
||||
- field.storage.paragraph.field_paragraphs
|
||||
- paragraphs.paragraphs_type.image
|
||||
- paragraphs.paragraphs_type.multiparagraph_flow
|
||||
- paragraphs.paragraphs_type.text
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
_core:
|
||||
|
@ -22,7 +24,39 @@ default_value_callback: ''
|
|||
settings:
|
||||
handler: 'default:paragraph'
|
||||
handler_settings:
|
||||
target_bundles: { }
|
||||
target_bundles:
|
||||
image: image
|
||||
text: text
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue