divers
This commit is contained in:
@@ -6,8 +6,9 @@ dependencies:
|
||||
- field.storage.node.field_article
|
||||
- node.type.book
|
||||
- paragraphs.paragraphs_type.image
|
||||
- paragraphs.paragraphs_type.subheading
|
||||
- paragraphs.paragraphs_type.images_two_col
|
||||
- paragraphs.paragraphs_type.tablefield
|
||||
- paragraphs.paragraphs_type.tablefields_two_col
|
||||
- paragraphs.paragraphs_type.text
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
@@ -25,10 +26,11 @@ settings:
|
||||
handler: 'default:paragraph'
|
||||
handler_settings:
|
||||
target_bundles:
|
||||
subheading: subheading
|
||||
text: text
|
||||
image: image
|
||||
tablefield: tablefield
|
||||
images_two_col: images_two_col
|
||||
tablefields_two_col: tablefields_two_col
|
||||
negate: 0
|
||||
target_bundles_drag_drop:
|
||||
article:
|
||||
@@ -40,12 +42,18 @@ settings:
|
||||
image:
|
||||
weight: -10
|
||||
enabled: true
|
||||
images_two_col:
|
||||
weight: 12
|
||||
enabled: true
|
||||
subheading:
|
||||
weight: -12
|
||||
enabled: true
|
||||
enabled: false
|
||||
tablefield:
|
||||
weight: -9
|
||||
enabled: true
|
||||
tablefields_two_col:
|
||||
weight: 16
|
||||
enabled: true
|
||||
text:
|
||||
weight: -11
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user