67 lines
1.6 KiB
JSON
67 lines
1.6 KiB
JSON
|
{
|
||
|
"schema": {
|
||
|
"options": {
|
||
|
"name": "options",
|
||
|
"properties": {
|
||
|
"options.unicode": {
|
||
|
"name": "options.unicode",
|
||
|
"type": "string",
|
||
|
"title": "Unicode leader"
|
||
|
},
|
||
|
"options.unicode1": {
|
||
|
"name": "options.unicode1",
|
||
|
"properties": {
|
||
|
"options.unicode1.unicode1": {
|
||
|
"name": "options.unicode1.unicode1",
|
||
|
"type": "string",
|
||
|
"isMulti": true,
|
||
|
"title": "Unicode follower 1"
|
||
|
},
|
||
|
"options.unicode1.unicode2": {
|
||
|
"name": "options.unicode1.unicode2",
|
||
|
"type": "string",
|
||
|
"isMulti": true,
|
||
|
"title": "Unicode follower 2"
|
||
|
},
|
||
|
"options.unicode1.unicode3": {
|
||
|
"name": "options.unicode1.unicode3",
|
||
|
"type": "string",
|
||
|
"isMulti": true,
|
||
|
"title": "Unicode follower 3"
|
||
|
}
|
||
|
},
|
||
|
"type": "array",
|
||
|
"title": "Common configuration"
|
||
|
}
|
||
|
},
|
||
|
"type": "object",
|
||
|
"title": "Common configuration"
|
||
|
}
|
||
|
},
|
||
|
"model": {
|
||
|
"options.unicode1.unicode1": {
|
||
|
"required": true
|
||
|
}
|
||
|
},
|
||
|
"form": {
|
||
|
"options.unicode": {
|
||
|
"type": "input"
|
||
|
},
|
||
|
"options.unicode1.unicode1": {
|
||
|
"type": "input"
|
||
|
},
|
||
|
"options.unicode1.unicode2": {
|
||
|
"type": "input"
|
||
|
},
|
||
|
"options.unicode1.unicode3": {
|
||
|
"type": "input"
|
||
|
},
|
||
|
"null": [
|
||
|
{
|
||
|
"title": "Configurer",
|
||
|
"type": "submit"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"version": "1.0"
|
||
|
}
|