34 lines
559 B
JSON
34 lines
559 B
JSON
|
{
|
||
|
"schema": {
|
||
|
"options": {
|
||
|
"name": "options",
|
||
|
"properties": {
|
||
|
"options.unicode": {
|
||
|
"name": "options.unicode",
|
||
|
"title": "Expert unicode",
|
||
|
"type": "string"
|
||
|
}
|
||
|
},
|
||
|
"type": "object",
|
||
|
"title": "Common configuration"
|
||
|
}
|
||
|
},
|
||
|
"model": [
|
||
|
{
|
||
|
"key": "options.unicode",
|
||
|
"properties": [
|
||
|
"expert"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"form": [
|
||
|
{
|
||
|
"type": "input",
|
||
|
"key": "options.unicode"
|
||
|
},
|
||
|
{
|
||
|
"title": "Configurer",
|
||
|
"type": "submit"
|
||
|
}
|
||
|
]
|
||
|
}
|