Security update to Drupal 8.4.6
[yaffs-website] / web / core / modules / views / config / schema / views.row.schema.yml
1 # Schema for the views row.
2
3 views.row.*:
4   type: views_row
5
6 views.row.entity:*:
7   type: views_entity_row
8   label: 'Entity options'
9
10 views.row.fields:
11   type: views_row
12   label: 'Field options'
13   mapping:
14     default_field_elements:
15       type: boolean
16       label: 'Provide default field wrapper elements'
17     inline:
18       type: sequence
19       label: 'Inline'
20       sequence:
21         type: string
22         label: 'Inline'
23     separator:
24       type: string
25       label: 'Separator'
26     hide_empty:
27       type: boolean
28       label: 'Hide empty'
29
30 views.row.rss_fields:
31   type: views_row
32   label: 'RSS field options'
33   mapping:
34     title_field:
35       type: string
36       label: 'Title field'
37     link_field:
38       type: string
39       label: 'Link field'
40     description_field:
41       type: string
42       label: 'Description field'
43     creator_field:
44       type: string
45       label: 'Creator field'
46     date_field:
47       type: string
48       label: 'Publication date field'
49     guid_field_options:
50       type: mapping
51       label: 'Guid settings'
52       mapping:
53         guid_field:
54           type: string
55           label: 'GUID field'
56         guid_field_is_permalink:
57           type: boolean
58           label: 'GUID is permalink'
59
60 views.row.opml_fields:
61   type: views_row
62   label: 'OPML field options'
63   mapping:
64     type_field:
65       type: string
66       label: 'Type attribute'
67     text_field:
68       type: string
69       label: 'Text attribute'
70     created_field:
71       type: string
72       label: 'Created attribute'
73     description_field:
74       type: string
75       label: 'Description attribute'
76     html_url_field:
77       type: string
78       label: 'HTML URL attribute'
79     language_field:
80       type: string
81       label: 'Language attribute'
82     xml_url_field:
83       type: string
84       label: 'XML URL attribute'
85     url_field:
86       type: string
87       label: 'URL attribute'
88
89 views.row.entity_reference:
90   type: views.row.fields
91   label: 'Entity Reference inline fields'