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.recipe.default.yml
1 langcode: en
2 status: true
3 dependencies:
4   config:
5     - field.field.node.recipe.field_cooking_time
6     - field.field.node.recipe.field_difficulty
7     - field.field.node.recipe.field_image
8     - field.field.node.recipe.field_ingredients
9     - field.field.node.recipe.field_number_of_servings
10     - field.field.node.recipe.field_preparation_time
11     - field.field.node.recipe.field_recipe_category
12     - field.field.node.recipe.field_recipe_instruction
13     - field.field.node.recipe.field_summary
14     - field.field.node.recipe.field_tags
15     - image.style.thumbnail
16     - node.type.recipe
17   module:
18     - content_moderation
19     - image
20     - path
21     - text
22 id: node.recipe.default
23 targetEntityType: node
24 bundle: recipe
25 mode: default
26 content:
27   created:
28     type: datetime_timestamp
29     weight: 13
30     region: content
31     settings: {  }
32     third_party_settings: {  }
33   field_cooking_time:
34     weight: 3
35     settings:
36       placeholder: ''
37     third_party_settings: {  }
38     type: number
39     region: content
40   field_difficulty:
41     weight: 5
42     settings: {  }
43     third_party_settings: {  }
44     type: options_select
45     region: content
46   field_image:
47     weight: 8
48     settings:
49       progress_indicator: throbber
50       preview_image_style: thumbnail
51     third_party_settings: {  }
52     type: image_image
53     region: content
54   field_ingredients:
55     weight: 10
56     settings:
57       size: 60
58       placeholder: ''
59     third_party_settings: {  }
60     type: string_textfield
61     region: content
62   field_number_of_servings:
63     weight: 4
64     settings:
65       placeholder: ''
66     third_party_settings: {  }
67     type: number
68     region: content
69   field_preparation_time:
70     weight: 2
71     settings:
72       placeholder: ''
73     third_party_settings: {  }
74     type: number
75     region: content
76   field_recipe_category:
77     weight: 6
78     settings:
79       match_operator: CONTAINS
80       size: 60
81       placeholder: ''
82     third_party_settings: {  }
83     type: entity_reference_autocomplete_tags
84     region: content
85   field_recipe_instruction:
86     weight: 11
87     settings:
88       rows: 5
89       placeholder: ''
90     third_party_settings: {  }
91     type: text_textarea
92     region: content
93   field_summary:
94     weight: 9
95     settings:
96       rows: 5
97       placeholder: ''
98     third_party_settings: {  }
99     type: text_textarea
100     region: content
101   field_tags:
102     weight: 7
103     settings:
104       match_operator: CONTAINS
105       size: 60
106       placeholder: ''
107     third_party_settings: {  }
108     type: entity_reference_autocomplete_tags
109     region: content
110   moderation_state:
111     type: moderation_state_default
112     weight: 18
113     region: content
114     settings: {  }
115     third_party_settings: {  }
116   path:
117     type: path
118     weight: 16
119     region: content
120     settings: {  }
121     third_party_settings: {  }
122   promote:
123     type: boolean_checkbox
124     settings:
125       display_label: true
126     weight: 14
127     region: content
128     third_party_settings: {  }
129   status:
130     type: boolean_checkbox
131     settings:
132       display_label: true
133     weight: 17
134     region: content
135     third_party_settings: {  }
136   sticky:
137     type: boolean_checkbox
138     settings:
139       display_label: true
140     weight: 15
141     region: content
142     third_party_settings: {  }
143   title:
144     type: string_textfield
145     weight: 0
146     region: content
147     settings:
148       size: 60
149       placeholder: ''
150     third_party_settings: {  }
151   uid:
152     type: entity_reference_autocomplete
153     weight: 12
154     settings:
155       match_operator: CONTAINS
156       size: 60
157       placeholder: ''
158     region: content
159     third_party_settings: {  }
160 hidden: {  }