33 lines
556 B
JSON
33 lines
556 B
JSON
|
{
|
||
|
"schema": {
|
||
|
"options": {
|
||
|
"name": "options",
|
||
|
"properties": {
|
||
|
"options.unicode": {
|
||
|
"name": "options.unicode",
|
||
|
"title": "String 1",
|
||
|
"type": "string",
|
||
|
"isMulti": true
|
||
|
}
|
||
|
},
|
||
|
"type": "object",
|
||
|
"title": "Common configuration"
|
||
|
}
|
||
|
},
|
||
|
"model": [
|
||
|
{
|
||
|
"key": "options.unicode",
|
||
|
"required": true
|
||
|
}
|
||
|
],
|
||
|
"form": [
|
||
|
{
|
||
|
"type": "input",
|
||
|
"key": "options.unicode"
|
||
|
},
|
||
|
{
|
||
|
"title": "Configurer",
|
||
|
"type": "submit"
|
||
|
}
|
||
|
]
|
||
|
}
|