tiramisu/tests/dict/data/date1_frozen.json
2019-04-08 20:34:05 +02:00

30 lines
No EOL
501 B
JSON

{
"schema": {
"options": {
"name": "options",
"properties": {
"options.date": {
"name": "options.date",
"type": "date",
"title": "Date description frozen"
}
},
"type": "object",
"title": "Common configuration"
}
},
"model": {
"options.date": {
"readOnly": true
}
},
"form": {
"null": [
{
"title": "Configurer",
"type": "submit"
}
]
},
"version": "1.0"
}