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,13 +11,16 @@ 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.narrow
|
||||
module:
|
||||
- media_responsive_thumbnail
|
||||
- text
|
||||
- user
|
||||
_core:
|
||||
|
@ -27,6 +30,17 @@ targetEntityType: node
|
|||
bundle: collection
|
||||
mode: teaser
|
||||
content:
|
||||
field_media_image:
|
||||
type: media_responsive_thumbnail
|
||||
label: hidden
|
||||
settings:
|
||||
responsive_image_style: narrow
|
||||
image_link: content
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: left
|
||||
field_summary:
|
||||
type: text_default
|
||||
label: hidden
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue