Pull merge.
[yaffs-website] / web / core / profiles / demo_umami / config / install / views.view.frontpage.yml
1 langcode: en
2 status: true
3 dependencies:
4   config:
5     - core.entity_view_mode.node.card_common
6     - core.entity_view_mode.node.rss
7     - node.type.recipe
8   module:
9     - node
10     - user
11 id: frontpage
12 label: Frontpage
13 module: node
14 description: 'All content promoted to the front page.'
15 tag: default
16 base_table: node_field_data
17 base_field: nid
18 core: 8.x
19 display:
20   default:
21     display_options:
22       access:
23         type: perm
24         options:
25           perm: 'access content'
26       cache:
27         type: tag
28         options: {  }
29       empty:
30         area_text_custom:
31           admin_label: ''
32           content: 'No front page content has been created yet.'
33           empty: true
34           field: area_text_custom
35           group_type: group
36           id: area_text_custom
37           label: ''
38           relationship: none
39           table: views
40           tokenize: false
41           plugin_id: text_custom
42         node_listing_empty:
43           admin_label: ''
44           empty: true
45           field: node_listing_empty
46           group_type: group
47           id: node_listing_empty
48           label: ''
49           relationship: none
50           table: node
51           plugin_id: node_listing_empty
52           entity_type: node
53         title:
54           id: title
55           table: views
56           field: title
57           relationship: none
58           group_type: group
59           admin_label: ''
60           label: ''
61           empty: true
62           title: 'Welcome to [site:name]'
63           plugin_id: title
64       exposed_form:
65         type: basic
66         options:
67           submit_button: Apply
68           reset_button: false
69           reset_button_label: Reset
70           exposed_sorts_label: 'Sort by'
71           expose_sort_order: true
72           sort_asc_label: Asc
73           sort_desc_label: Desc
74       filters:
75         promote:
76           admin_label: ''
77           expose:
78             description: ''
79             identifier: ''
80             label: ''
81             multiple: false
82             operator: ''
83             operator_id: ''
84             remember: false
85             remember_roles:
86               authenticated: authenticated
87             required: false
88             use_operator: false
89           exposed: false
90           field: promote
91           group: 1
92           group_info:
93             default_group: All
94             default_group_multiple: {  }
95             description: ''
96             group_items: {  }
97             identifier: ''
98             label: ''
99             multiple: false
100             optional: true
101             remember: false
102             widget: select
103           group_type: group
104           id: promote
105           is_grouped: false
106           operator: '='
107           relationship: none
108           table: node_field_data
109           value: '1'
110           plugin_id: boolean
111           entity_type: node
112           entity_field: promote
113         status:
114           expose:
115             operator: ''
116           field: status
117           group: 1
118           id: status
119           table: node_field_data
120           value: '1'
121           plugin_id: boolean
122           entity_type: node
123           entity_field: status
124         langcode:
125           id: langcode
126           table: node_field_data
127           field: langcode
128           relationship: none
129           group_type: group
130           admin_label: ''
131           operator: in
132           value:
133             '***LANGUAGE_language_content***': '***LANGUAGE_language_content***'
134           group: 1
135           exposed: false
136           expose:
137             operator_id: ''
138             label: ''
139             description: ''
140             use_operator: false
141             operator: ''
142             identifier: ''
143             required: false
144             remember: false
145             multiple: false
146             remember_roles:
147               authenticated: authenticated
148             reduce: false
149           is_grouped: false
150           group_info:
151             label: ''
152             description: ''
153             identifier: ''
154             optional: true
155             widget: select
156             multiple: false
157             remember: false
158             default_group: All
159             default_group_multiple: {  }
160             group_items: {  }
161           plugin_id: language
162           entity_type: node
163           entity_field: langcode
164         type:
165           id: type
166           table: node_field_data
167           field: type
168           relationship: none
169           group_type: group
170           admin_label: ''
171           operator: in
172           value:
173             recipe: recipe
174           group: 1
175           exposed: false
176           expose:
177             operator_id: ''
178             label: ''
179             description: ''
180             use_operator: false
181             operator: ''
182             identifier: ''
183             required: false
184             remember: false
185             multiple: false
186             remember_roles:
187               authenticated: authenticated
188             reduce: false
189           is_grouped: false
190           group_info:
191             label: ''
192             description: ''
193             identifier: ''
194             optional: true
195             widget: select
196             multiple: false
197             remember: false
198             default_group: All
199             default_group_multiple: {  }
200             group_items: {  }
201           entity_type: node
202           entity_field: type
203           plugin_id: bundle
204       pager:
205         type: some
206         options:
207           items_per_page: 4
208           offset: 0
209       query:
210         type: views_query
211         options:
212           disable_sql_rewrite: false
213           distinct: false
214           replica: false
215           query_comment: ''
216           query_tags: {  }
217       row:
218         type: 'entity:node'
219         options:
220           relationship: none
221           view_mode: card_common
222       sorts:
223         sticky:
224           admin_label: ''
225           expose:
226             label: ''
227           exposed: false
228           field: sticky
229           group_type: group
230           id: sticky
231           order: DESC
232           relationship: none
233           table: node_field_data
234           plugin_id: boolean
235           entity_type: node
236           entity_field: sticky
237         created:
238           field: created
239           id: created
240           order: DESC
241           table: node_field_data
242           plugin_id: date
243           relationship: none
244           group_type: group
245           admin_label: ''
246           exposed: false
247           expose:
248             label: ''
249           granularity: second
250           entity_type: node
251           entity_field: created
252         nid:
253           id: nid
254           table: node_field_data
255           field: nid
256           relationship: none
257           group_type: group
258           admin_label: ''
259           order: ASC
260           exposed: false
261           expose:
262             label: ''
263           entity_type: node
264           entity_field: nid
265           plugin_id: standard
266       style:
267         type: default
268         options:
269           grouping: {  }
270           row_class: ''
271           default_row_class: true
272           uses_fields: false
273       title: Home
274       header:
275         area:
276           id: area
277           table: views
278           field: area
279           relationship: none
280           group_type: group
281           admin_label: ''
282           empty: false
283           tokenize: false
284           content:
285             value: '<h2 class="text-align-center">Explore recipes across every type of occasion, ingredient, and skill level.</h2>'
286             format: full_html
287           plugin_id: text
288       footer: {  }
289       relationships: {  }
290       fields: {  }
291       arguments: {  }
292       display_extenders: {  }
293     display_plugin: default
294     display_title: Master
295     id: default
296     position: 0
297     cache_metadata:
298       contexts:
299         - 'languages:language_interface'
300         - 'user.node_grants:view'
301         - user.permissions
302       max-age: -1
303       tags: {  }
304   feed_1:
305     display_plugin: feed
306     id: feed_1
307     display_title: Feed
308     position: 2
309     display_options:
310       sitename_title: true
311       path: rss.xml
312       displays:
313         page_1: page_1
314         default: ''
315       pager:
316         type: some
317         options:
318           items_per_page: 10
319           offset: 0
320       style:
321         type: rss
322         options:
323           description: ''
324           grouping: {  }
325           uses_fields: false
326       row:
327         type: node_rss
328         options:
329           relationship: none
330           view_mode: rss
331       display_extenders: {  }
332       enabled: false
333     cache_metadata:
334       contexts:
335         - 'languages:language_interface'
336         - 'user.node_grants:view'
337         - user.permissions
338       max-age: -1
339       tags: {  }
340   page_1:
341     display_options:
342       path: node
343       display_extenders: {  }
344       css_class: grid--2
345       defaults:
346         css_class: false
347     display_plugin: page
348     display_title: Page
349     id: page_1
350     position: 1
351     cache_metadata:
352       contexts:
353         - 'languages:language_interface'
354         - 'user.node_grants:view'
355         - user.permissions
356       max-age: -1
357       tags: {  }