tiramisu-api-python/test/data/unicode1_simple_callback.json

35 lines
611 B
JSON
Raw Normal View History

2019-02-14 21:25:00 +01:00
{
"schema": {
"options": {
"name": "options",
"properties": {
"options.unicode1": {
"name": "options.unicode1",
"type": "string",
"value": "word",
"title": "Unicode 1"
}
},
"type": "object",
"title": "Common configuration"
}
},
"model": [
{
"key": "options.unicode1",
"value": "word",
"owner": "default"
}
],
"form": [
{
"key": "options.unicode1",
"clearable": true,
"type": "input"
},
{
"title": "Configurer",
"type": "submit"
}
]
}