tiramisu/tests/dict/data/date1_frozen.json

28 lines
442 B
JSON

{
"schema": {
"options": {
"properties": {
"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"
}