mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Others in anatomy templates is dictionary that can store different template groups
This commit is contained in:
parent
721314d744
commit
6859207eb3
1 changed files with 8 additions and 1 deletions
|
|
@ -27,6 +27,9 @@
|
|||
"key": "frame",
|
||||
"label": "Frame"
|
||||
},
|
||||
{
|
||||
"type": "separator"
|
||||
},
|
||||
{
|
||||
"type": "dict",
|
||||
"key": "work",
|
||||
|
|
@ -130,7 +133,11 @@
|
|||
"type": "dict-modifiable",
|
||||
"key": "other",
|
||||
"label": "Other",
|
||||
"object_type": "text"
|
||||
"collapsible_key": true,
|
||||
"object_type": {
|
||||
"type": "dict-modifiable",
|
||||
"object_type": "text"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue