Chris@0
|
1 # Schema for the views argument plugins.
|
Chris@0
|
2
|
Chris@0
|
3 views.argument.*:
|
Chris@0
|
4 type: views_argument
|
Chris@0
|
5 label: 'Default argument'
|
Chris@0
|
6
|
Chris@0
|
7 views.argument.many_to_one:
|
Chris@0
|
8 type: views_argument
|
Chris@0
|
9 label: 'Many to one'
|
Chris@0
|
10 mapping:
|
Chris@0
|
11 break_phrase:
|
Chris@0
|
12 type: boolean
|
Chris@0
|
13 label: 'Allow multiple values'
|
Chris@0
|
14 add_table:
|
Chris@0
|
15 type: boolean
|
Chris@0
|
16 label: 'Allow multiple filter values to work together'
|
Chris@0
|
17 require_value:
|
Chris@0
|
18 type: boolean
|
Chris@0
|
19 label: 'Do not display items with no value in summary'
|
Chris@0
|
20 reduce_duplicates:
|
Chris@0
|
21 type: boolean
|
Chris@0
|
22 label: 'Reduce duplicates'
|
Chris@0
|
23
|
Chris@0
|
24 views.argument.null:
|
Chris@0
|
25 type: views_argument
|
Chris@0
|
26 label: 'Null'
|
Chris@0
|
27 mapping:
|
Chris@0
|
28 must_not_be:
|
Chris@0
|
29 type: boolean
|
Chris@0
|
30 label: 'Fail basic validation if any argument is given'
|
Chris@0
|
31
|
Chris@0
|
32 views.argument.numeric:
|
Chris@0
|
33 type: views_argument
|
Chris@0
|
34 label: 'Numeric'
|
Chris@0
|
35 mapping:
|
Chris@0
|
36 break_phrase:
|
Chris@0
|
37 type: boolean
|
Chris@0
|
38 label: 'Allow multiple values'
|
Chris@0
|
39 not:
|
Chris@0
|
40 type: boolean
|
Chris@0
|
41 label: 'Exclude'
|
Chris@0
|
42
|
Chris@0
|
43 views.argument.string:
|
Chris@0
|
44 type: views_argument
|
Chris@0
|
45 label: 'String'
|
Chris@0
|
46 mapping:
|
Chris@0
|
47 glossary:
|
Chris@0
|
48 type: boolean
|
Chris@0
|
49 label: 'Glossary mode'
|
Chris@0
|
50 limit:
|
Chris@0
|
51 type: integer
|
Chris@0
|
52 label: 'Character limit'
|
Chris@0
|
53 case:
|
Chris@0
|
54 type: string
|
Chris@0
|
55 label: 'Case'
|
Chris@0
|
56 path_case:
|
Chris@0
|
57 type: string
|
Chris@0
|
58 label: 'Case in path'
|
Chris@0
|
59 transform_dash:
|
Chris@0
|
60 type: boolean
|
Chris@0
|
61 label: 'Transform spaces to dashes in URL'
|
Chris@0
|
62 break_phrase:
|
Chris@0
|
63 type: boolean
|
Chris@0
|
64 label: 'Allow multiple values'
|
Chris@0
|
65 add_table:
|
Chris@0
|
66 type: boolean
|
Chris@0
|
67 label: 'Allow multiple filter values to work together'
|
Chris@0
|
68 require_value:
|
Chris@0
|
69 type: boolean
|
Chris@0
|
70 label: 'Do not display items with no value in summary'
|
Chris@0
|
71
|
Chris@0
|
72
|
Chris@0
|
73 views.argument.broken:
|
Chris@0
|
74 type: views_argument
|
Chris@0
|
75 label: 'Broken'
|
Chris@0
|
76
|
Chris@0
|
77 views.argument.date:
|
Chris@0
|
78 type: views_argument
|
Chris@0
|
79 label: 'Date'
|
Chris@0
|
80 mapping:
|
Chris@0
|
81 date:
|
Chris@0
|
82 type: string
|
Chris@0
|
83 label: 'Date'
|
Chris@0
|
84 node_created:
|
Chris@0
|
85 type: string
|
Chris@0
|
86 label: 'Node Creation Time'
|
Chris@0
|
87 node_changed:
|
Chris@0
|
88 type: string
|
Chris@0
|
89 label: 'Node Update Time'
|
Chris@0
|
90
|
Chris@0
|
91 views.argument.date_day:
|
Chris@0
|
92 type: views.argument.date
|
Chris@0
|
93 label: 'Day Date'
|
Chris@0
|
94 mapping:
|
Chris@0
|
95 day:
|
Chris@0
|
96 type: string
|
Chris@0
|
97 label: 'Day'
|
Chris@0
|
98
|
Chris@0
|
99 views.argument.formula:
|
Chris@0
|
100 type: views_argument
|
Chris@0
|
101 label: 'Formula'
|
Chris@0
|
102 mapping:
|
Chris@0
|
103 placeholder:
|
Chris@0
|
104 type: string
|
Chris@0
|
105 label: 'Place Holder'
|
Chris@0
|
106 formula:
|
Chris@0
|
107 type: string
|
Chris@0
|
108 label: 'Formula Used'
|
Chris@0
|
109
|
Chris@0
|
110 views.argument.date_fulldate:
|
Chris@0
|
111 type: views.argument.date
|
Chris@0
|
112 label: 'Full Date'
|
Chris@0
|
113 mapping:
|
Chris@0
|
114 created:
|
Chris@0
|
115 type: string
|
Chris@0
|
116 label: 'Full Date'
|
Chris@0
|
117
|
Chris@0
|
118 views.argument.groupby_numeric:
|
Chris@0
|
119 type: views_argument
|
Chris@0
|
120 label: 'Group by Numeric'
|
Chris@0
|
121
|
Chris@0
|
122 views.argument.date_month:
|
Chris@0
|
123 type: views.argument.date
|
Chris@0
|
124 label: 'Month Date'
|
Chris@0
|
125 mapping:
|
Chris@0
|
126 month:
|
Chris@0
|
127 type: string
|
Chris@0
|
128 label: 'Month'
|
Chris@0
|
129
|
Chris@0
|
130 views.argument.standard:
|
Chris@0
|
131 type: views_argument
|
Chris@0
|
132 label: 'Standard'
|
Chris@0
|
133
|
Chris@0
|
134 views.argument.date_week:
|
Chris@0
|
135 type: views.argument.date
|
Chris@0
|
136 label: 'Week Date'
|
Chris@0
|
137
|
Chris@0
|
138 views.argument.date_year:
|
Chris@0
|
139 type: views.argument.date
|
Chris@0
|
140 label: 'Year Date'
|
Chris@0
|
141
|
Chris@0
|
142 views.argument.date_year_month:
|
Chris@0
|
143 type: views.argument.date
|
Chris@0
|
144 label: 'YearMonthDate'
|
Chris@0
|
145 mapping:
|
Chris@0
|
146 created:
|
Chris@0
|
147 type: string
|
Chris@0
|
148 label: 'Date Year month'
|
Chris@0
|
149
|
Chris@0
|
150 views.argument.language:
|
Chris@0
|
151 type: views_argument
|
Chris@0
|
152 label: 'Language'
|