mirror of
https://github.com/cosmocode/dokuwiki-plugin-struct.git
synced 2025-07-29 11:59:24 +00:00
added missing schema file
This commit is contained in:
43
_test/json/decimal.struct.json
Normal file
43
_test/json/decimal.struct.json
Normal file
@ -0,0 +1,43 @@
|
||||
{
|
||||
"structversion": "2016-08-03",
|
||||
"schema": "decimal",
|
||||
"id": "163",
|
||||
"columns": [
|
||||
{
|
||||
"colref": 1,
|
||||
"ismulti": false,
|
||||
"isenabled": true,
|
||||
"sort": 10,
|
||||
"label": "field",
|
||||
"class": "Decimal",
|
||||
"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": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user