Replace field_image with field_media_image on collections
This commit is contained in:
parent
28422be24c
commit
d643172cb2
10 changed files with 284 additions and 30 deletions
|
@ -11,16 +11,19 @@ dependencies:
|
|||
- field.field.node.collection.field_collection_items
|
||||
- field.field.node.collection.field_collection_type
|
||||
- field.field.node.collection.field_image
|
||||
- field.field.node.collection.field_media_image
|
||||
- field.field.node.collection.field_meta_tags
|
||||
- field.field.node.collection.field_publication_date
|
||||
- field.field.node.collection.field_summary
|
||||
- field.field.node.collection.field_tags
|
||||
- field.field.node.collection.field_topics
|
||||
- node.type.collection
|
||||
- responsive_image.styles.drutopia_main
|
||||
module:
|
||||
- ds
|
||||
- entity_reference_revisions
|
||||
- image
|
||||
- media_responsive_thumbnail
|
||||
- user
|
||||
third_party_settings:
|
||||
ds:
|
||||
|
@ -118,6 +121,17 @@ content:
|
|||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: header
|
||||
field_media_image:
|
||||
type: media_responsive_thumbnail
|
||||
label: hidden
|
||||
settings:
|
||||
responsive_image_style: drutopia_main
|
||||
image_link: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: header
|
||||
field_tags:
|
||||
type: entity_reference_label
|
||||
label: visually_hidden
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue