mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Changed task shor names to Task types with defined possible keys for each task type
This commit is contained in:
parent
8a2a40e6ae
commit
498cd76888
1 changed files with 14 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue