Switch to a small thumbnail for compact (comment) user profile

Ref https://gitlab.com/drutopia/drutopia/issues/283
This commit is contained in:
benjamin melançon 2020-02-05 14:34:01 -05:00
parent 658af35e2c
commit 219a8fef48

View file

@ -5,9 +5,9 @@ dependencies:
config: config:
- core.entity_view_mode.user.compact - core.entity_view_mode.user.compact
- field.field.user.user.field_user_picture - field.field.user.user.field_user_picture
- responsive_image.styles.short - image.style.thumbnail
module: module:
- responsive_image - image
- user - user
id: user.user.compact id: user.user.compact
targetEntityType: user targetEntityType: user
@ -18,10 +18,10 @@ content:
weight: 0 weight: 0
label: hidden label: hidden
settings: settings:
responsive_image_style: short image_style: thumbnail
image_link: content image_link: content
third_party_settings: { } third_party_settings: { }
type: responsive_image type: image
region: content region: content
hidden: hidden:
member_for: true member_for: true