mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
moved task short names outside of attribute group
This commit is contained in:
parent
05f4b77d6b
commit
8a2a40e6ae
2 changed files with 6 additions and 6 deletions
|
|
@ -27,6 +27,12 @@
|
|||
"type": "schema",
|
||||
"name": "schema_anatomy_attributes"
|
||||
},
|
||||
{
|
||||
"type": "dict-modifiable",
|
||||
"key": "task_short_names",
|
||||
"label": "Task short names (by Task type)",
|
||||
"object_type": "text"
|
||||
},
|
||||
{
|
||||
"type": "schema",
|
||||
"name": "schema_anatomy_imageio"
|
||||
|
|
|
|||
|
|
@ -69,12 +69,6 @@
|
|||
{ "blender_2.91": "Blender 2.91" },
|
||||
{ "aftereffects_2021": "After Effects 2021" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "dict-modifiable",
|
||||
"key": "task_short_names",
|
||||
"label": "Task short names (by Task type)",
|
||||
"object_type": "text"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue