Version 1
[yaffs-website] / web / modules / contrib / entity_browser / modules / example / config / install / core.entity_view_display.node.entity_browser_test.teaser.yml
1 langcode: en
2 status: true
3 dependencies:
4   config:
5     - core.entity_view_mode.node.teaser
6     - field.field.node.entity_browser_test.body
7     - node.type.entity_browser_test
8   module:
9     - entity_browser_example
10     - text
11     - user
12   enforced:
13     module:
14       - entity_browser_example
15 id: node.entity_browser_test.teaser
16 targetEntityType: node
17 bundle: entity_browser_test
18 mode: teaser
19 content:
20   links:
21     weight: 100
22   body:
23     label: hidden
24     type: text_summary_or_trimmed
25     weight: 101
26     settings:
27       trim_length: 600
28     third_party_settings: {  }
29 hidden:
30   langcode: true
31 third_party_settings: {  }