Changed task shor names to Task types with defined possible keys for each task type

This commit is contained in:
iLLiCiTiT 2021-03-17 13:23:22 +01:00
parent 8a2a40e6ae
commit 498cd76888

View file

@ -29,9 +29,20 @@
},
{
"type": "dict-modifiable",
"key": "task_short_names",
"label": "Task short names (by Task type)",
"object_type": "text"
"key": "tasks",
"label": "Task types",
"is_file": true,
"is_group": true,
"object_type": {
"type": "dict",
"children": [
{
"type": "text",
"key": "short_name",
"label": "Short name"
}
]
}
},
{
"type": "schema",