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

51 lines
940 B
JSON
Raw Normal View History

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