This commit is contained in:
2023-11-06 10:50:13 +01:00
parent f6221293c6
commit 8570ab6d8b
56 changed files with 1252 additions and 860 deletions
@@ -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