diff --git a/pype/settings/entities/schemas/projects_schema/schema_main.json b/pype/settings/entities/schemas/projects_schema/schema_main.json index 9a62164cea..8ad059f1c7 100644 --- a/pype/settings/entities/schemas/projects_schema/schema_main.json +++ b/pype/settings/entities/schemas/projects_schema/schema_main.json @@ -6,13 +6,13 @@ "type": "anatomy", "key": "project_anatomy", "label": "Anatomy", - "is_group": true, "children": [ { "key": "roots", "label": "Roots", "type": "anatomy_roots", "is_file": true, + "is_group": true, "expandable": false, "object_type": { "type": "path-widget", diff --git a/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_attributes.json b/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_attributes.json index b045ef978b..3e85c422e1 100644 --- a/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_attributes.json +++ b/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_attributes.json @@ -4,6 +4,7 @@ "key": "attributes", "label": "Attributes", "is_file": true, + "is_group": true, "children": [ { "type": "number", diff --git a/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_imageio.json b/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_imageio.json index 3242b6536e..8f7d2cc283 100644 --- a/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_imageio.json +++ b/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_imageio.json @@ -3,6 +3,7 @@ "key": "imageio", "label": "Color Management and Output Formats", "is_file": true, + "is_group": true, "children": [ { "key": "hiero", 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 1f545f14be..cffb760374 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 @@ -1,10 +1,11 @@ { "type": "dict", - "collapsable": true, "key": "templates", "label": "Templates", + "collapsable": true, "collapsable_key": true, "is_file": true, + "is_group": true, "children": [ { "type": "number",