moved task short names outside of attribute group

This commit is contained in:
iLLiCiTiT 2021-03-17 13:22:44 +01:00
parent 05f4b77d6b
commit 8a2a40e6ae
2 changed files with 6 additions and 6 deletions

View file

@ -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"

View file

@ -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"
}
]
}