Replace field image with field media image on gleanings
This commit is contained in:
parent
f6a2958cdc
commit
40c6019375
6 changed files with 63 additions and 51 deletions
|
@ -6,13 +6,13 @@ dependencies:
|
|||
- field.field.node.gleaning.body
|
||||
- field.field.node.gleaning.comment
|
||||
- field.field.node.gleaning.field_image
|
||||
- field.field.node.gleaning.field_media_image
|
||||
- field.field.node.gleaning.field_publication_date
|
||||
- field.field.node.gleaning.field_upload
|
||||
- node.type.gleaning
|
||||
module:
|
||||
- datetime
|
||||
- file
|
||||
- image
|
||||
- text
|
||||
- user
|
||||
id: node.gleaning.default
|
||||
|
@ -27,14 +27,12 @@ content:
|
|||
third_party_settings: { }
|
||||
weight: 1
|
||||
region: content
|
||||
field_image:
|
||||
type: image
|
||||
field_media_image:
|
||||
type: entity_reference_entity_view
|
||||
label: above
|
||||
settings:
|
||||
image_link: ''
|
||||
image_style: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
view_mode: default
|
||||
link: false
|
||||
third_party_settings: { }
|
||||
weight: 2
|
||||
region: content
|
||||
|
@ -62,4 +60,5 @@ content:
|
|||
region: content
|
||||
hidden:
|
||||
comment: true
|
||||
field_image: true
|
||||
search_api_excerpt: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue