Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / profiles / demo_umami / config / install / core.entity_view_display.node.page.teaser.yml
1 langcode: en
2 status: true
3 dependencies:
4   config:
5     - core.entity_view_mode.node.teaser
6     - field.field.node.page.body
7     - node.type.page
8   module:
9     - text
10     - user
11 id: node.page.teaser
12 targetEntityType: node
13 bundle: page
14 mode: teaser
15 content:
16   body:
17     label: hidden
18     type: text_summary_or_trimmed
19     weight: 100
20     region: content
21     settings:
22       trim_length: 600
23     third_party_settings: {  }
24   links:
25     weight: 101
26     region: content
27 hidden:
28   content_moderation_control: true