From ec57c91426df63af0526856d8317d1450bb81382 Mon Sep 17 00:00:00 2001 From: Chris MacMackin Date: Wed, 5 Apr 2023 21:53:54 +0100 Subject: [PATCH] Schema to test filtering DateTime data --- _test/json/datetime.struct.json | 43 +++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 _test/json/datetime.struct.json diff --git a/_test/json/datetime.struct.json b/_test/json/datetime.struct.json new file mode 100644 index 00000000..1af25e70 --- /dev/null +++ b/_test/json/datetime.struct.json @@ -0,0 +1,43 @@ +{ + "structversion": "2016-08-03", + "schema": "datetime", + "id": "251", + "columns": [ + { + "colref": 1, + "ismulti": false, + "isenabled": true, + "sort": 10, + "label": "field", + "class": "DateTime", + "config": { + "visibility": { + "inpage": true, + "ineditor": true + }, + "min": "", + "max": "", + "roundto": "-1", + "decpoint": ".", + "thousands": "\u202f", + "trimzeros": true, + "prefix": "", + "postfix": "", + "label": { + "en": "", + "fr": "", + "zh": "", + "it": "", + "de": "" + }, + "hint": { + "en": "", + "fr": "", + "zh": "", + "it": "", + "de": "" + } + } + } + ] +}