tiramisu-api-python/test/data/unicode1_master_slaves_requ...

85 lines
1.9 KiB
JSON

{
"schema": {
"options": {
"name": "options",
"properties": {
"options.unicode": {
"name": "options.unicode",
"properties": {
"options.unicode.unicode": {
"name": "options.unicode.unicode",
"title": "Unicode master",
"type": "string",
"isMulti": true
},
"options.unicode.unicode1": {
"name": "options.unicode.unicode1",
"title": "Unicode slave 1",
"type": "string",
"isMulti": true
},
"options.unicode.unicode2": {
"name": "options.unicode.unicode2",
"title": "Values 'test' must show 'Unicode slave 3'",
"type": "string",
"isMulti": true
},
"options.unicode.unicode3": {
"name": "options.unicode.unicode3",
"title": "Unicode slave 3",
"type": "string",
"isMulti": true
}
},
"type": "array",
"title": "Common configuration 1"
}
},
"type": "object",
"title": "Common configuration 2"
}
},
"model": [
{
"key": "options.unicode.unicode",
"required": true
}
],
"form": [
{
"type": "input",
"key": "options.unicode.unicode"
},
{
"type": "input",
"key": "options.unicode.unicode1"
},
{
"type": "input",
"dependencies": {
"default": {
"hide": [
"options.unicode.unicode3"
]
},
"expected": {
"test": {
"show": [
"options.unicode.unicode3"
]
}
}
},
"key": "options.unicode.unicode2"
},
{
"type": "input",
"key": "options.unicode.unicode3"
},
{
"title": "Configurer",
"type": "submit"
}
]
}