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