47 lines
835 B
JSON
47 lines
835 B
JSON
|
{
|
||
|
"schema": {
|
||
|
"options": {
|
||
|
"properties": {
|
||
|
"options.unicode1": {
|
||
|
"type": "string",
|
||
|
"isMulti": true,
|
||
|
"title": "Unicode 1"
|
||
|
},
|
||
|
"options.unicode2": {
|
||
|
"type": "string",
|
||
|
"isMulti": true,
|
||
|
"title": "Unicode 2"
|
||
|
}
|
||
|
},
|
||
|
"type": "object",
|
||
|
"title": "Common configuration"
|
||
|
}
|
||
|
},
|
||
|
"model": {
|
||
|
"options.unicode1": {
|
||
|
"required": true
|
||
|
},
|
||
|
"options.unicode2": {
|
||
|
"required": true
|
||
|
}
|
||
|
},
|
||
|
"form": {
|
||
|
"options.unicode1": {
|
||
|
"type": "input",
|
||
|
"copy": [
|
||
|
"options.unicode2"
|
||
|
]
|
||
|
},
|
||
|
"options.unicode2": {
|
||
|
"type": "input",
|
||
|
"clearable": true
|
||
|
},
|
||
|
"null": [
|
||
|
{
|
||
|
"title": "Configurer",
|
||
|
"type": "submit"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"version": "1.0"
|
||
|
}
|