Configure field media image display on all full content view modes
This commit is contained in:
parent
fd0e9ae445
commit
f3a09e2920
4 changed files with 38 additions and 53 deletions
|
@ -18,11 +18,10 @@ dependencies:
|
|||
- field.field.node.collection.field_tags
|
||||
- field.field.node.collection.field_topics
|
||||
- node.type.collection
|
||||
- responsive_image.styles.drutopia_main
|
||||
- responsive_image.styles.drutopia_wide
|
||||
module:
|
||||
- ds
|
||||
- entity_reference_revisions
|
||||
- image
|
||||
- media_responsive_thumbnail
|
||||
- user
|
||||
third_party_settings:
|
||||
|
@ -48,14 +47,14 @@ third_party_settings:
|
|||
attributes: ''
|
||||
link_attribute: ''
|
||||
link_custom: ''
|
||||
label: ''
|
||||
regions:
|
||||
header:
|
||||
- field_image
|
||||
- field_media_image
|
||||
left:
|
||||
- node_post_date
|
||||
- field_authors
|
||||
- field_collection_type
|
||||
- field_body_paragraph
|
||||
- field_topics
|
||||
- field_tags
|
||||
right:
|
||||
|
@ -110,26 +109,17 @@ content:
|
|||
third_party_settings: { }
|
||||
weight: 3
|
||||
region: left
|
||||
field_image:
|
||||
type: image
|
||||
label: hidden
|
||||
settings:
|
||||
image_link: ''
|
||||
image_style: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
weight: 0
|
||||
region: header
|
||||
field_media_image:
|
||||
type: media_responsive_thumbnail
|
||||
label: hidden
|
||||
settings:
|
||||
responsive_image_style: drutopia_main
|
||||
responsive_image_style: drutopia_wide
|
||||
image_link: ''
|
||||
image_loading:
|
||||
attribute: lazy
|
||||
third_party_settings: { }
|
||||
third_party_settings:
|
||||
ds:
|
||||
ds_limit: ''
|
||||
weight: 0
|
||||
region: header
|
||||
field_tags:
|
||||
|
@ -138,7 +128,7 @@ content:
|
|||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 6
|
||||
weight: 5
|
||||
region: left
|
||||
field_topics:
|
||||
type: entity_reference_label
|
||||
|
@ -146,11 +136,12 @@ content:
|
|||
settings:
|
||||
link: true
|
||||
third_party_settings: { }
|
||||
weight: 5
|
||||
weight: 4
|
||||
region: left
|
||||
hidden:
|
||||
body: true
|
||||
comment: true
|
||||
field_image: true
|
||||
field_meta_tags: true
|
||||
field_publication_date: true
|
||||
field_summary: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue