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