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