From 997a34800bb21329b512c11c5e975aaac522bc50 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Wed, 17 Mar 2021 14:18:08 +0100 Subject: [PATCH] changed key `other` to `others` --- pype/settings/defaults/project_anatomy/templates.json | 2 +- .../projects_schema/schemas/schema_anatomy_templates.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pype/settings/defaults/project_anatomy/templates.json b/pype/settings/defaults/project_anatomy/templates.json index 397f7257fd..dcb21d72e1 100644 --- a/pype/settings/defaults/project_anatomy/templates.json +++ b/pype/settings/defaults/project_anatomy/templates.json @@ -25,5 +25,5 @@ "path": "{@folder}/{@file}" }, "delivery": {}, - "other": {} + "others": {} } \ No newline at end of file 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 d6187575c0..0b5339f9e6 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 @@ -131,8 +131,8 @@ }, { "type": "dict-modifiable", - "key": "other", - "label": "Other", + "key": "others", + "label": "Others", "collapsible_key": true, "object_type": { "type": "dict-modifiable",