33 lines
542 B
JSON
33 lines
542 B
JSON
{
|
|
"schema": {
|
|
"options": {
|
|
"properties": {
|
|
"options.unicode": {
|
|
"type": "string",
|
|
"isMulti": true,
|
|
"title": "Unicode 1"
|
|
}
|
|
},
|
|
"type": "object",
|
|
"title": "Common configuration"
|
|
}
|
|
},
|
|
"model": {
|
|
"options.unicode": {
|
|
"required": true,
|
|
"needs_len": true
|
|
}
|
|
},
|
|
"form": {
|
|
"options.unicode": {
|
|
"type": "input"
|
|
},
|
|
"null": [
|
|
{
|
|
"title": "Configurer",
|
|
"type": "submit"
|
|
}
|
|
]
|
|
},
|
|
"version": "1.0"
|
|
} |