965a691c9e26203fcc12e0695cf57dacb3f3904f
[yaffs-website] / optional / core.entity_form_display.node.forum.default.yml
1 langcode: en
2 status: true
3 dependencies:
4   config:
5     - field.field.node.forum.body
6     - field.field.node.forum.comment_forum
7     - field.field.node.forum.taxonomy_forums
8     - node.type.forum
9   module:
10     - comment
11     - text
12 id: node.forum.default
13 targetEntityType: node
14 bundle: forum
15 mode: default
16 content:
17   body:
18     type: text_textarea_with_summary
19     weight: 27
20     region: content
21     settings:
22       rows: 9
23       summary_rows: 3
24       placeholder: ''
25     third_party_settings: {  }
26   comment_forum:
27     type: comment_default
28     weight: 20
29     region: content
30     settings: {  }
31     third_party_settings: {  }
32   created:
33     type: datetime_timestamp
34     weight: 10
35     region: content
36     settings: {  }
37     third_party_settings: {  }
38   promote:
39     type: boolean_checkbox
40     settings:
41       display_label: true
42     weight: 15
43     region: content
44     third_party_settings: {  }
45   status:
46     type: boolean_checkbox
47     settings:
48       display_label: true
49     weight: 120
50     region: content
51     third_party_settings: {  }
52   sticky:
53     type: boolean_checkbox
54     settings:
55       display_label: true
56     weight: 16
57     region: content
58     third_party_settings: {  }
59   taxonomy_forums:
60     type: options_select
61     weight: 26
62     region: content
63     settings: {  }
64     third_party_settings: {  }
65   title:
66     type: string_textfield
67     weight: -5
68     region: content
69     settings:
70       size: 60
71       placeholder: ''
72     third_party_settings: {  }
73   uid:
74     type: entity_reference_autocomplete
75     weight: 5
76     region: content
77     settings:
78       match_operator: CONTAINS
79       size: 60
80       placeholder: ''
81     third_party_settings: {  }
82 hidden: {  }