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

90 lines
2.0 KiB
JSON

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