34 lines
590 B
JSON
34 lines
590 B
JSON
{
|
|
"schema": {
|
|
"options": {
|
|
"properties": {
|
|
"options.unicode1": {
|
|
"type": "string",
|
|
"title": "Unicode 1"
|
|
},
|
|
"options.unicode2": {
|
|
"type": "string",
|
|
"title": "Unicode 2"
|
|
}
|
|
},
|
|
"type": "object",
|
|
"title": "Common configuration"
|
|
}
|
|
},
|
|
"model": {},
|
|
"form": {
|
|
"options.unicode1": {
|
|
"type": "input"
|
|
},
|
|
"options.unicode2": {
|
|
"type": "input"
|
|
},
|
|
"null": [
|
|
{
|
|
"title": "Configurer",
|
|
"type": "submit"
|
|
}
|
|
]
|
|
},
|
|
"version": "1.0"
|
|
} |