33 lines
570 B
JSON
33 lines
570 B
JSON
{
|
|
"schema": {
|
|
"options": {
|
|
"name": "options",
|
|
"properties": {
|
|
"options.integer": {
|
|
"name": "options.integer",
|
|
"type": "number",
|
|
"title": "integer 1 frozen"
|
|
}
|
|
},
|
|
"type": "object",
|
|
"title": "Common configuration"
|
|
}
|
|
},
|
|
"model": [
|
|
{
|
|
"key": "options.integer",
|
|
"readOnly": true
|
|
}
|
|
],
|
|
"form": [
|
|
{
|
|
"key": "options.integer",
|
|
"allowedpattern": "[0-9]",
|
|
"type": "input"
|
|
},
|
|
{
|
|
"title": "Configurer",
|
|
"type": "submit"
|
|
}
|
|
]
|
|
} |