73 lines
1.7 KiB
JSON
73 lines
1.7 KiB
JSON
{
|
|
"schema": {
|
|
"options": {
|
|
"name": "options",
|
|
"properties": {
|
|
"options.unicode1": {
|
|
"name": "options.unicode1",
|
|
"properties": {
|
|
"options.unicode1.unicode1": {
|
|
"name": "options.unicode1.unicode1",
|
|
"type": "string",
|
|
"isMulti": true,
|
|
"title": "Values 'test' must show 'Unicode follower 2'"
|
|
},
|
|
"options.unicode1.unicode2": {
|
|
"name": "options.unicode1.unicode2",
|
|
"type": "string",
|
|
"isMulti": true,
|
|
"title": "Unicode follower 1"
|
|
},
|
|
"options.unicode1.unicode3": {
|
|
"name": "options.unicode1.unicode3",
|
|
"type": "string",
|
|
"isMulti": true,
|
|
"title": "Unicode follower 2"
|
|
}
|
|
},
|
|
"type": "array",
|
|
"title": "Common configuration"
|
|
}
|
|
},
|
|
"type": "object",
|
|
"title": "Common configuration"
|
|
}
|
|
},
|
|
"model": {
|
|
"options.unicode1.unicode1": {
|
|
"required": true
|
|
}
|
|
},
|
|
"form": {
|
|
"options.unicode1.unicode1": {
|
|
"type": "input",
|
|
"dependencies": {
|
|
"default": {
|
|
"hide": [
|
|
"options.unicode1.unicode3"
|
|
]
|
|
},
|
|
"expected": {
|
|
"test": {
|
|
"show": [
|
|
"options.unicode1.unicode3"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"options.unicode1.unicode2": {
|
|
"type": "input"
|
|
},
|
|
"options.unicode1.unicode3": {
|
|
"type": "input"
|
|
},
|
|
"null": [
|
|
{
|
|
"title": "Configurer",
|
|
"type": "submit"
|
|
}
|
|
]
|
|
},
|
|
"version": "1.0"
|
|
} |