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