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