From 4b54c094e0086eb142b6182f10622c8c4175d514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Marinov?= Date: Sat, 29 Jan 2022 20:03:17 +0100 Subject: [PATCH] Removed checkbox from IntegrateFtrackInstance --- .../schemas/projects_schema/schema_project_ftrack.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_ftrack.json b/openpype/settings/entities/schemas/projects_schema/schema_project_ftrack.json index 86c8b14747..6ab29699ee 100644 --- a/openpype/settings/entities/schemas/projects_schema/schema_project_ftrack.json +++ b/openpype/settings/entities/schemas/projects_schema/schema_project_ftrack.json @@ -744,17 +744,10 @@ }, { "type" : "dict", - "collapsible" : true, - "checkbox_key" : "enabled", "key" : "IntegrateFtrackInstance", "label" : "IntegrateFtrackInstance", "is_group" : true, "children" : [ - { - "type" : "boolean", - "key" : "enabled", - "label" : "Enabled" - }, { "type" : "dict-modifiable", "key" : "family_mapping",