Chris@0
|
1 # Schema for the configuration files of the Options module.
|
Chris@0
|
2
|
Chris@0
|
3 field.storage_settings.list_integer:
|
Chris@0
|
4 type: mapping
|
Chris@0
|
5 label: 'List (integer) settings'
|
Chris@0
|
6 mapping:
|
Chris@0
|
7 allowed_values:
|
Chris@0
|
8 type: sequence
|
Chris@0
|
9 label: 'Allowed values list'
|
Chris@0
|
10 sequence:
|
Chris@0
|
11 type: mapping
|
Chris@0
|
12 label: 'Allowed value with label'
|
Chris@0
|
13 mapping:
|
Chris@0
|
14 value:
|
Chris@0
|
15 type: integer
|
Chris@0
|
16 label: 'Value'
|
Chris@0
|
17 label:
|
Chris@0
|
18 type: label
|
Chris@0
|
19 label: 'Label'
|
Chris@0
|
20 allowed_values_function:
|
Chris@0
|
21 type: string
|
Chris@0
|
22 label: 'Allowed values function'
|
Chris@0
|
23
|
Chris@0
|
24 field.field_settings.list_integer:
|
Chris@0
|
25 label: 'List (integer) settings'
|
Chris@0
|
26 type: mapping
|
Chris@0
|
27
|
Chris@0
|
28 field.value.list_integer:
|
Chris@0
|
29 type: mapping
|
Chris@0
|
30 label: 'Default value'
|
Chris@0
|
31 mapping:
|
Chris@0
|
32 value:
|
Chris@0
|
33 type: integer
|
Chris@0
|
34 label: 'Value'
|
Chris@0
|
35
|
Chris@0
|
36 field.storage_settings.list_float:
|
Chris@0
|
37 type: mapping
|
Chris@0
|
38 label: 'List (float) settings'
|
Chris@0
|
39 mapping:
|
Chris@0
|
40 allowed_values:
|
Chris@0
|
41 type: sequence
|
Chris@0
|
42 label: 'Allowed values list'
|
Chris@0
|
43 sequence:
|
Chris@0
|
44 type: mapping
|
Chris@0
|
45 label: 'Allowed value with label'
|
Chris@0
|
46 mapping:
|
Chris@0
|
47 value:
|
Chris@0
|
48 type: float
|
Chris@0
|
49 label: 'Value'
|
Chris@0
|
50 label:
|
Chris@0
|
51 type: label
|
Chris@0
|
52 label: 'Label'
|
Chris@0
|
53 allowed_values_function:
|
Chris@0
|
54 type: string
|
Chris@0
|
55 label: 'Allowed values function'
|
Chris@0
|
56
|
Chris@0
|
57 field.field_settings.list_float:
|
Chris@0
|
58 label: 'List (float) settings'
|
Chris@0
|
59 type: mapping
|
Chris@0
|
60
|
Chris@0
|
61 field.value.list_float:
|
Chris@0
|
62 type: mapping
|
Chris@0
|
63 label: 'Default value'
|
Chris@0
|
64 mapping:
|
Chris@0
|
65 value:
|
Chris@0
|
66 type: string
|
Chris@0
|
67 label: 'Value'
|
Chris@0
|
68
|
Chris@0
|
69 field.storage_settings.list_string:
|
Chris@0
|
70 type: mapping
|
Chris@0
|
71 label: 'List (text) settings'
|
Chris@0
|
72 mapping:
|
Chris@0
|
73 allowed_values:
|
Chris@0
|
74 type: sequence
|
Chris@0
|
75 label: 'Allowed values list'
|
Chris@0
|
76 sequence:
|
Chris@0
|
77 type: mapping
|
Chris@0
|
78 label: 'Allowed value with label'
|
Chris@0
|
79 mapping:
|
Chris@0
|
80 value:
|
Chris@0
|
81 type: string
|
Chris@0
|
82 label: 'Value'
|
Chris@0
|
83 label:
|
Chris@0
|
84 type: label
|
Chris@0
|
85 label: 'Label'
|
Chris@0
|
86 allowed_values_function:
|
Chris@0
|
87 type: string
|
Chris@0
|
88 label: 'Allowed values function'
|
Chris@0
|
89
|
Chris@0
|
90 field.field_settings.list_string:
|
Chris@0
|
91 label: 'List (text) settings'
|
Chris@0
|
92 type: mapping
|
Chris@0
|
93
|
Chris@0
|
94 field.value.list_string:
|
Chris@0
|
95 type: mapping
|
Chris@0
|
96 label: 'Default value'
|
Chris@0
|
97 mapping:
|
Chris@0
|
98 value:
|
Chris@0
|
99 type: string
|
Chris@0
|
100 label: 'Value'
|
Chris@0
|
101
|
Chris@0
|
102 field.formatter.settings.list_default:
|
Chris@0
|
103 type: mapping
|
Chris@0
|
104 label: 'Options list default display settings'
|
Chris@0
|
105
|
Chris@0
|
106 field.formatter.settings.list_key:
|
Chris@0
|
107 type: mapping
|
Chris@0
|
108 label: 'Key format settings'
|
Chris@0
|
109
|
Chris@0
|
110 field.widget.settings.options_buttons:
|
Chris@0
|
111 type: mapping
|
Chris@0
|
112 label: 'Check boxes/radio buttons format settings'
|
Chris@0
|
113
|
Chris@0
|
114 field.widget.settings.options_select:
|
Chris@0
|
115 type: mapping
|
Chris@0
|
116 label: 'Select list format settings'
|
Chris@0
|
117
|
Chris@0
|
118 views.argument.number_list_field:
|
Chris@0
|
119 type: views.argument.numeric
|
Chris@0
|
120 mapping:
|
Chris@0
|
121 summary:
|
Chris@0
|
122 type: mapping
|
Chris@0
|
123 label: 'Display a summary'
|
Chris@0
|
124 mapping:
|
Chris@0
|
125 sort_order:
|
Chris@0
|
126 type: string
|
Chris@0
|
127 label: 'Sort order'
|
Chris@0
|
128 number_of_records:
|
Chris@0
|
129 type: integer
|
Chris@0
|
130 label: 'Sort by'
|
Chris@0
|
131 format:
|
Chris@0
|
132 type: string
|
Chris@0
|
133 label: 'Format'
|
Chris@0
|
134 human:
|
Chris@0
|
135 type: boolean
|
Chris@0
|
136
|
Chris@0
|
137 views.argument.string_list_field:
|
Chris@0
|
138 type: views.argument.string
|
Chris@0
|
139 mapping:
|
Chris@0
|
140 summary:
|
Chris@0
|
141 type: mapping
|
Chris@0
|
142 label: 'Display a summary'
|
Chris@0
|
143 mapping:
|
Chris@0
|
144 sort_order:
|
Chris@0
|
145 type: string
|
Chris@0
|
146 label: 'Sort order'
|
Chris@0
|
147 number_of_records:
|
Chris@0
|
148 type: integer
|
Chris@0
|
149 label: 'Sort by'
|
Chris@0
|
150 format:
|
Chris@0
|
151 type: string
|
Chris@0
|
152 label: 'Format'
|
Chris@0
|
153 human:
|
Chris@0
|
154 type: boolean
|
Chris@0
|
155
|
Chris@0
|
156 views.filter.list_field:
|
Chris@0
|
157 type: views.filter.many_to_one
|