Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / profiles / demo_umami / config / install / core.entity_view_display.user.user.default.yml
1 langcode: en
2 status: true
3 dependencies:
4   config:
5     - field.field.user.user.user_picture
6     - image.style.thumbnail
7   module:
8     - image
9     - user
10 id: user.user.default
11 targetEntityType: user
12 bundle: user
13 mode: default
14 content:
15   member_for:
16     weight: 5
17     region: content
18   user_picture:
19     type: image
20     weight: 0
21     region: content
22     settings:
23       image_style: thumbnail
24       image_link: content
25     third_party_settings: {  }
26     label: hidden
27 hidden: {  }