From 6859207eb340572ce5df713de668545b33c436c7 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Wed, 17 Mar 2021 14:03:32 +0100 Subject: [PATCH] Others in anatomy templates is dictionary that can store different template groups --- .../schemas/schema_anatomy_templates.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_templates.json b/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_templates.json index 05718e0bc9..d6187575c0 100644 --- a/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_templates.json +++ b/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_templates.json @@ -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" + } } ] }