2019-04-08 08:41:33 +02:00
|
|
|
{
|
|
|
|
"schema": {
|
|
|
|
"options": {
|
|
|
|
"properties": {
|
|
|
|
"options.unicode": {
|
|
|
|
"type": "string",
|
|
|
|
"isMulti": true,
|
|
|
|
"title": "Multi string 1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"type": "object",
|
|
|
|
"title": "Common configuration"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"model": {
|
|
|
|
"options.unicode": {
|
2019-12-24 15:24:20 +01:00
|
|
|
"required": true,
|
|
|
|
"properties": [
|
|
|
|
"unique"
|
|
|
|
]
|
2019-04-08 08:41:33 +02:00
|
|
|
}
|
|
|
|
},
|
2019-07-06 07:18:32 +02:00
|
|
|
"global": {
|
|
|
|
"owner": "user",
|
|
|
|
"properties": [
|
|
|
|
"cache",
|
|
|
|
"demoting_error_warning",
|
|
|
|
"disabled",
|
|
|
|
"force_store_value",
|
|
|
|
"frozen",
|
|
|
|
"hidden",
|
|
|
|
"validator",
|
|
|
|
"warnings"
|
|
|
|
],
|
|
|
|
"permissives": [
|
|
|
|
"hidden"
|
|
|
|
]
|
|
|
|
},
|
2019-04-08 08:41:33 +02:00
|
|
|
"form": {
|
|
|
|
"options.unicode": {
|
2019-07-06 07:18:32 +02:00
|
|
|
"clearable": true,
|
2019-04-08 08:41:33 +02:00
|
|
|
"type": "input"
|
|
|
|
},
|
|
|
|
"null": [
|
|
|
|
{
|
|
|
|
"title": "Configurer",
|
|
|
|
"type": "submit"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"version": "1.0"
|
|
|
|
}
|