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_form_display.node.article.default.yml
1 langcode: en
2 status: true
3 dependencies:
4   config:
5     - field.field.node.article.body
6     - field.field.node.article.field_image
7     - field.field.node.article.field_tags
8     - image.style.thumbnail
9     - node.type.article
10   module:
11     - content_moderation
12     - image
13     - path
14     - text
15 id: node.article.default
16 targetEntityType: node
17 bundle: article
18 mode: default
19 content:
20   body:
21     type: text_textarea_with_summary
22     weight: 1
23     region: content
24     settings:
25       rows: 9
26       summary_rows: 3
27       placeholder: ''
28     third_party_settings: {  }
29   created:
30     type: datetime_timestamp
31     weight: 5
32     region: content
33     settings: {  }
34     third_party_settings: {  }
35   field_image:
36     type: image_image
37     weight: 3
38     region: content
39     settings:
40       progress_indicator: throbber
41       preview_image_style: thumbnail
42     third_party_settings: {  }
43   field_tags:
44     type: entity_reference_autocomplete_tags
45     weight: 2
46     region: content
47     settings:
48       match_operator: CONTAINS
49       size: 60
50       placeholder: ''
51     third_party_settings: {  }
52   moderation_state:
53     type: moderation_state_default
54     weight: 10
55     region: content
56     settings: {  }
57     third_party_settings: {  }
58   path:
59     type: path
60     weight: 8
61     region: content
62     settings: {  }
63     third_party_settings: {  }
64   promote:
65     type: boolean_checkbox
66     settings:
67       display_label: true
68     weight: 6
69     region: content
70     third_party_settings: {  }
71   status:
72     type: boolean_checkbox
73     settings:
74       display_label: true
75     weight: 9
76     region: content
77     third_party_settings: {  }
78   sticky:
79     type: boolean_checkbox
80     settings:
81       display_label: true
82     weight: 7
83     region: content
84     third_party_settings: {  }
85   title:
86     type: string_textfield
87     weight: 0
88     region: content
89     settings:
90       size: 60
91       placeholder: ''
92     third_party_settings: {  }
93   uid:
94     type: entity_reference_autocomplete
95     weight: 4
96     region: content
97     settings:
98       match_operator: CONTAINS
99       size: 60
100       placeholder: ''
101     third_party_settings: {  }
102 hidden: {  }