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": "" + } + } + } + ] +}