tiramisu/tests/dict/data/unicode2_copy.json

38 lines
674 B
JSON

{
"schema": {
"options": {
"properties": {
"options.unicode1": {
"type": "string",
"title": "Unicode 1"
},
"options.unicode2": {
"type": "string",
"title": "Unicode 2 (copy)"
}
},
"type": "object",
"title": "Common configuration"
}
},
"model": {},
"form": {
"options.unicode1": {
"type": "input",
"copy": [
"options.unicode2"
]
},
"options.unicode2": {
"type": "input",
"clearable": true
},
"null": [
{
"title": "Configurer",
"type": "submit"
}
]
},
"version": "1.0"
}