Others in anatomy templates is dictionary that can store different template groups

This commit is contained in:
iLLiCiTiT 2021-03-17 14:03:32 +01:00
parent 721314d744
commit 6859207eb3

View file

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