52 lines
930 B
JSON
52 lines
930 B
JSON
|
{
|
||
|
"schema": {
|
||
|
"options": {
|
||
|
"properties": {
|
||
|
"options.unicode1": {
|
||
|
"type": "string",
|
||
|
"title": "Value 'test' must show Unicode 2"
|
||
|
},
|
||
|
"options.unicode2": {
|
||
|
"type": "string",
|
||
|
"title": "Unicode 2"
|
||
|
}
|
||
|
},
|
||
|
"type": "object",
|
||
|
"title": "Common configuration"
|
||
|
}
|
||
|
},
|
||
|
"model": {
|
||
|
"options.unicode2": {
|
||
|
"hidden": true
|
||
|
}
|
||
|
},
|
||
|
"form": {
|
||
|
"options.unicode1": {
|
||
|
"type": "input",
|
||
|
"dependencies": {
|
||
|
"default": {
|
||
|
"hide": [
|
||
|
"options.unicode2"
|
||
|
]
|
||
|
},
|
||
|
"expected": {
|
||
|
"test": {
|
||
|
"show": [
|
||
|
"options.unicode2"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"options.unicode2": {
|
||
|
"type": "input"
|
||
|
},
|
||
|
"null": [
|
||
|
{
|
||
|
"title": "Configurer",
|
||
|
"type": "submit"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"version": "1.0"
|
||
|
}
|