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

40 lines
753 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",
"title": "Unicode 1"
},
"options.unicode2": {
"name": "options.unicode2",
"type": "string",
"title": "Unicode 2 (copy)"
}
},
"type": "object",
"title": "Common configuration"
}
},
"model": [],
"form": [
{
"key": "options.unicode1",
"type": "input",
"copy": [
"options.unicode2"
]
},
{
"key": "options.unicode2",
"type": "input",
"clearable": true
},
{
"title": "Configurer",
"type": "submit"
}
]
}