Skip to content

Commit 79be43a

Browse files
authored
Merge pull request #638 from cmacmackin/fix_datetime_filter
Schema to test filtering DateTime data
2 parents 8261985 + ec57c91 commit 79be43a

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

_test/json/datetime.struct.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"structversion": "2016-08-03",
3+
"schema": "datetime",
4+
"id": "251",
5+
"columns": [
6+
{
7+
"colref": 1,
8+
"ismulti": false,
9+
"isenabled": true,
10+
"sort": 10,
11+
"label": "field",
12+
"class": "DateTime",
13+
"config": {
14+
"visibility": {
15+
"inpage": true,
16+
"ineditor": true
17+
},
18+
"min": "",
19+
"max": "",
20+
"roundto": "-1",
21+
"decpoint": ".",
22+
"thousands": "\u202f",
23+
"trimzeros": true,
24+
"prefix": "",
25+
"postfix": "",
26+
"label": {
27+
"en": "",
28+
"fr": "",
29+
"zh": "",
30+
"it": "",
31+
"de": ""
32+
},
33+
"hint": {
34+
"en": "",
35+
"fr": "",
36+
"zh": "",
37+
"it": "",
38+
"de": ""
39+
}
40+
}
41+
}
42+
]
43+
}

0 commit comments

Comments
 (0)