tiramisu/tests/dict/data/unicode1_simple_callback.json

34 lines
570 B
JSON

{
"schema": {
"options": {
"properties": {
"options.unicode1": {
"type": "string",
"title": "Unicode 1",
"value": "word"
}
},
"type": "object",
"title": "Common configuration"
}
},
"model": {
"options.unicode1": {
"value": "word",
"owner": "default"
}
},
"form": {
"options.unicode1": {
"type": "input",
"clearable": true
},
"null": [
{
"title": "Configurer",
"type": "submit"
}
]
},
"version": "1.0"
}