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
|
- field.storage.node.field_body_paragraph
|
||||||
- node.type.collection
|
- node.type.collection
|
||||||
- paragraphs.paragraphs_type.drutopia_collection
|
- paragraphs.paragraphs_type.drutopia_collection
|
||||||
|
- paragraphs.paragraphs_type.file
|
||||||
- paragraphs.paragraphs_type.image
|
- paragraphs.paragraphs_type.image
|
||||||
- paragraphs.paragraphs_type.text
|
- paragraphs.paragraphs_type.text
|
||||||
|
- paragraphs.paragraphs_type.video
|
||||||
module:
|
module:
|
||||||
- entity_reference_revisions
|
- entity_reference_revisions
|
||||||
id: node.collection.field_body_paragraph
|
id: node.collection.field_body_paragraph
|
||||||
|
@ -26,8 +28,10 @@ settings:
|
||||||
negate: 0
|
negate: 0
|
||||||
target_bundles:
|
target_bundles:
|
||||||
drutopia_collection: drutopia_collection
|
drutopia_collection: drutopia_collection
|
||||||
|
file: file
|
||||||
image: image
|
image: image
|
||||||
text: text
|
text: text
|
||||||
|
video: video
|
||||||
target_bundles_drag_drop:
|
target_bundles_drag_drop:
|
||||||
drutopia_collection:
|
drutopia_collection:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -36,8 +40,8 @@ settings:
|
||||||
weight: 10
|
weight: 10
|
||||||
enabled: false
|
enabled: false
|
||||||
file:
|
file:
|
||||||
|
enabled: true
|
||||||
weight: 11
|
weight: 11
|
||||||
enabled: false
|
|
||||||
image:
|
image:
|
||||||
enabled: true
|
enabled: true
|
||||||
weight: 12
|
weight: 12
|
||||||
|
@ -51,6 +55,6 @@ settings:
|
||||||
weight: 15
|
weight: 15
|
||||||
enabled: false
|
enabled: false
|
||||||
video:
|
video:
|
||||||
|
enabled: true
|
||||||
weight: 16
|
weight: 16
|
||||||
enabled: false
|
|
||||||
field_type: entity_reference_revisions
|
field_type: entity_reference_revisions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue