Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / views / config / schema / views.sort.schema.yml
1 # Schema for the views sort plugins.
2
3 views.sort.*:
4   type: views_sort
5   label: 'Default sort'
6
7 views.sort.boolean:
8   type: views_sort
9   label: 'Boolean sort'
10
11 views.sort.date:
12   type: views_sort
13   label: 'Date sort'
14   mapping:
15     granularity:
16       type: string
17       label: 'Granularity'
18
19 views.sort.broken:
20   type: views_sort
21   label: 'Broken'
22
23 views.sort.random:
24   type: views_sort
25   label: 'Random'
26
27 views.sort.standard:
28   type: views_sort
29   label: 'Standard'
30
31 # Schema for the views sort expose.
32
33 views.sort_expose.*:
34   type: views_sort_expose
35   label: 'Fallback sort expose settings'
36
37 views.sort_expose.boolean:
38   type: views_sort_expose
39   label: 'Boolean sort expose settings'
40
41 views.sort_expose.date:
42   type: views_sort_expose
43   label: 'Date sort expose settings'
44
45 views.sort_expose.standard:
46   type: views_sort_expose
47   label: 'Standard sort expose settings'
48
49 views.sort_expose.random:
50   type: views.sort_expose.standard
51   label: 'Random sort expose settings'