Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
filterDate.php
Go to the documentation of this file.
1 <?php
6 return [
7  'arguments' => [
8  'data' => [
9  'name' => 'data',
10  'xsi:type' => 'array',
11  'item' => [
12  'config' => [
13  'name' => 'config',
14  'xsi:type' => 'array',
15  'item' => [
16  'visible' => [
17  'name' => 'visible',
18  'xsi:type' => 'boolean',
19  'value' => 'false',
20  ],
21  'disabled' => [
22  'name' => 'disabled',
23  'xsi:type' => 'boolean',
24  'value' => 'false',
25  ],
26  'labelVisible' => [
27  'name' => 'labelVisible',
28  'xsi:type' => 'boolean',
29  'value' => 'false',
30  ],
31  'showFallbackReset' => [
32  'name' => 'showFallbackReset',
33  'xsi:type' => 'boolean',
34  'value' => 'false',
35  ],
36  'focused' => [
37  'name' => 'focused',
38  'xsi:type' => 'boolean',
39  'value' => 'false',
40  ],
41  'label' => [
42  'name' => 'label',
43  'translate' => 'true',
44  'xsi:type' => 'string',
45  'value' => 'string',
46  ],
47  'dataType' => [
48  'name' => 'dataType',
49  'xsi:type' => 'string',
50  'value' => 'string',
51  ],
52  'elementTmpl' => [
53  'name' => 'elementTmpl',
54  'xsi:type' => 'string',
55  'value' => 'string',
56  ],
57  'tooltipTpl' => [
58  'name' => 'tooltipTpl',
59  'xsi:type' => 'string',
60  'value' => 'string',
61  ],
62  'fallbackResetTpl' => [
63  'name' => 'fallbackResetTpl',
64  'xsi:type' => 'string',
65  'value' => 'string',
66  ],
67  'placeholder' => [
68  'name' => 'placeholder',
69  'xsi:type' => 'string',
70  'value' => 'text',
71  'translate' => 'true',
72  ],
73  'validation' => [
74  'name' => 'validation',
75  'xsi:type' => 'array',
76  'item' => [
77  'anySimpleType' => [
78  'name' => 'anySimpleType',
79  'xsi:type' => 'boolean',
80  'value' => 'true',
81  'active' => 'false',
82  ],
83  ],
84  ],
85  'notice' => [
86  'name' => 'notice',
87  'translate' => 'true',
88  'xsi:type' => 'string',
89  'value' => 'string',
90  ],
91  'required' => [
92  'name' => 'required',
93  'xsi:type' => 'boolean',
94  'value' => 'false',
95  ],
96  'switcherConfig' => [
97  'name' => 'switcherConfig',
98  'xsi:type' => 'array',
99  'item' => [
100  'name' => [
101  'name' => 'name',
102  'xsi:type' => 'string',
103  'value' => 'string',
104  ],
105  'component' => [
106  'name' => 'component',
107  'xsi:type' => 'string',
108  'value' => 'string',
109  ],
110  'target' => [
111  'name' => 'target',
112  'xsi:type' => 'string',
113  'value' => 'string',
114  ],
115  'property' => [
116  'name' => 'property',
117  'xsi:type' => 'string',
118  'value' => 'string',
119  ],
120  'enabled' => [
121  'name' => 'enabled',
122  'xsi:type' => 'boolean',
123  'value' => 'true',
124  ],
125  'rules' => [
126  'name' => 'rules',
127  'xsi:type' => 'array',
128  'item' => [
129  'string' => [
130  'name' => 'string',
131  'xsi:type' => 'array',
132  'item' => [
133  'value' => [
134  'name' => 'value',
135  'xsi:type' => 'string',
136  'value' => 'string',
137  ],
138  'actions' => [
139  'name' => 'actions',
140  'xsi:type' => 'array',
141  'item' => [
142  'string' => [
143  'name' => 'string',
144  'xsi:type' => 'array',
145  'item' => [
146  'target' => [
147  'name' => 'target',
148  'xsi:type' => 'string',
149  'value' => 'string',
150  ],
151  'callback' => [
152  'name' => 'callback',
153  'xsi:type' => 'string',
154  'value' => 'string',
155  ],
156  'params' => [
157  'name' => 'params',
158  'xsi:type' => 'array',
159  'item' => [
160  'string' => [
161  'name' => 'string',
162  'active' => 'true',
163  'xsi:type' => 'string',
164  ],
165  ],
166  ],
167  ],
168  ],
169  ],
170  ],
171  ],
172  ],
173  ],
174  ],
175  ],
176  ],
177  'tooltip' => [
178  'name' => 'tooltip',
179  'xsi:type' => 'array',
180  'item' => [
181  'link' => [
182  'name' => 'link',
183  'xsi:type' => 'string',
184  'value' => 'string',
185  ],
186  'description' => [
187  'name' => 'description',
188  'translate' => 'true',
189  'xsi:type' => 'string',
190  'value' => 'string',
191  ],
192  ],
193  ],
194  'additionalClasses' => [
195  'name' => 'additionalClasses',
196  'xsi:type' => 'array',
197  'item' => [
198  'string' => [
199  'name' => 'string',
200  'xsi:type' => 'boolean',
201  'value' => 'false',
202  ],
203  ],
204  ],
205  'addbefore' => [
206  'name' => 'addbefore',
207  'translate' => 'true',
208  'xsi:type' => 'string',
209  'value' => 'string',
210  ],
211  'addafter' => [
212  'name' => 'addafter',
213  'translate' => 'true',
214  'xsi:type' => 'string',
215  'value' => 'string',
216  ],
217  'provider' => [
218  'name' => 'provider',
219  'xsi:type' => 'string',
220  'value' => 'string',
221  ],
222  'component' => [
223  'name' => 'component',
224  'xsi:type' => 'string',
225  'value' => 'string',
226  ],
227  'template' => [
228  'name' => 'template',
229  'xsi:type' => 'string',
230  'value' => 'string',
231  ],
232  'sortOrder' => [
233  'name' => 'sortOrder',
234  'xsi:type' => 'number',
235  'value' => '0',
236  ],
237  'displayArea' => [
238  'name' => 'displayArea',
239  'xsi:type' => 'string',
240  'value' => 'string',
241  ],
242  'storageConfig' => [
243  'name' => 'storageConfig',
244  'xsi:type' => 'array',
245  'item' => [
246  'provider' => [
247  'name' => 'provider',
248  'xsi:type' => 'string',
249  'value' => 'string',
250  ],
251  'namespace' => [
252  'name' => 'namespace',
253  'xsi:type' => 'string',
254  'value' => 'string',
255  ],
256  'path' => [
257  'name' => 'path',
258  'xsi:type' => 'url',
259  'param' => [
260  'string' => [
261  'name' => 'string',
262  'value' => 'string',
263  ],
264  ],
265  'path' => 'string',
266  ],
267  ],
268  ],
269  'statefull' => [
270  'name' => 'statefull',
271  'xsi:type' => 'array',
272  'item' => [
273  'anySimpleType' => [
274  'name' => 'anySimpleType',
275  'xsi:type' => 'boolean',
276  ],
277  ],
278  ],
279  'imports' => [
280  'name' => 'imports',
281  'xsi:type' => 'array',
282  'item' => [
283  'string' => [
284  'name' => 'string',
285  'xsi:type' => 'string',
286  'value' => 'string',
287  ],
288  ],
289  ],
290  'exports' => [
291  'name' => 'exports',
292  'xsi:type' => 'array',
293  'item' => [
294  'string' => [
295  'name' => 'string',
296  'xsi:type' => 'string',
297  'value' => 'string',
298  ],
299  ],
300  ],
301  'links' => [
302  'name' => 'links',
303  'xsi:type' => 'array',
304  'item' => [
305  'string' => [
306  'name' => 'string',
307  'xsi:type' => 'string',
308  'value' => 'string',
309  ],
310  ],
311  ],
312  'listens' => [
313  'name' => 'listens',
314  'xsi:type' => 'array',
315  'item' => [
316  'string' => [
317  'name' => 'string',
318  'xsi:type' => 'string',
319  'value' => 'string',
320  ],
321  ],
322  ],
323  'ns' => [
324  'name' => 'ns',
325  'xsi:type' => 'string',
326  'value' => 'string',
327  ],
328  'componentType' => [
329  'name' => 'componentType',
330  'xsi:type' => 'string',
331  'value' => 'string',
332  ],
333  'dataScope' => [
334  'name' => 'dataScope',
335  'xsi:type' => 'string',
336  'value' => 'string',
337  ],
338  ],
339  ],
340  'js_config' => [
341  'name' => 'js_config',
342  'xsi:type' => 'array',
343  'item' => [
344  'deps' => [
345  'name' => 'deps',
346  'xsi:type' => 'array',
347  'item' => [
348  0 => [
349  'name' => 0,
350  'xsi:type' => 'string',
351  'value' => 'string',
352  ],
353  ],
354  ],
355  ],
356  ],
357  ],
358  ],
359  ],
360  'children' => [],
361  'uiComponentType' => 'filterDate',
362 ];