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

35 lines
603 B
JSON

{
"schema": {
"options": {
"name": "options",
"properties": {
"options.unicode": {
"name": "options.unicode",
"type": "string",
"isMulti": true,
"title": "Unicode 1"
}
},
"type": "object",
"title": "Common configuration"
}
},
"model": [
{
"key": "options.unicode",
"display": false,
"required": true,
"hidden": true
}
],
"form": [
{
"key": "options.unicode",
"type": "input"
},
{
"title": "Configurer",
"type": "submit"
}
]
}