From 37fdc40e0e8ae46ca40c23e27ba757b55224ed1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Wed, 5 Feb 2020 14:29:28 -0500 Subject: [PATCH] Add & configure user profile compact profile (shown on comments)- no member for, small pic Ref https://gitlab.com/drutopia/drutopia/issues/283 --- ....entity_view_display.user.user.compact.yml | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 config/sync/core.entity_view_display.user.user.compact.yml diff --git a/config/sync/core.entity_view_display.user.user.compact.yml b/config/sync/core.entity_view_display.user.user.compact.yml new file mode 100644 index 0000000..a778e08 --- /dev/null +++ b/config/sync/core.entity_view_display.user.user.compact.yml @@ -0,0 +1,28 @@ +uuid: 3ca878e7-5e75-42d0-98cc-e8160d7baf73 +langcode: en +status: true +dependencies: + config: + - core.entity_view_mode.user.compact + - field.field.user.user.field_user_picture + - responsive_image.styles.short + module: + - responsive_image + - user +id: user.user.compact +targetEntityType: user +bundle: user +mode: compact +content: + field_user_picture: + weight: 0 + label: hidden + settings: + responsive_image_style: short + image_link: content + third_party_settings: { } + type: responsive_image + region: content +hidden: + member_for: true + search_api_excerpt: true