Add file and video paragraphs to collections
This commit is contained in:
parent
595ec341cb
commit
9f443f6284
1 changed files with 6 additions and 2 deletions
|
@ -6,8 +6,10 @@ dependencies:
|
|||
- field.storage.node.field_body_paragraph
|
||||
- node.type.collection
|
||||
- paragraphs.paragraphs_type.drutopia_collection
|
||||
- paragraphs.paragraphs_type.file
|
||||
- paragraphs.paragraphs_type.image
|
||||
- paragraphs.paragraphs_type.text
|
||||
- paragraphs.paragraphs_type.video
|
||||
module:
|
||||
- entity_reference_revisions
|
||||
id: node.collection.field_body_paragraph
|
||||
|
@ -26,8 +28,10 @@ settings:
|
|||
negate: 0
|
||||
target_bundles:
|
||||
drutopia_collection: drutopia_collection
|
||||
file: file
|
||||
image: image
|
||||
text: text
|
||||
video: video
|
||||
target_bundles_drag_drop:
|
||||
drutopia_collection:
|
||||
enabled: true
|
||||
|
@ -36,8 +40,8 @@ settings:
|
|||
weight: 10
|
||||
enabled: false
|
||||
file:
|
||||
enabled: true
|
||||
weight: 11
|
||||
enabled: false
|
||||
image:
|
||||
enabled: true
|
||||
weight: 12
|
||||
|
@ -51,6 +55,6 @@ settings:
|
|||
weight: 15
|
||||
enabled: false
|
||||
video:
|
||||
enabled: true
|
||||
weight: 16
|
||||
enabled: false
|
||||
field_type: entity_reference_revisions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue