From 9f528e68b2e34562b4113b42c2a0395e9a5eea60 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Wed, 7 Apr 2021 14:55:14 +0200 Subject: [PATCH] fix template type --- .../system_schema/host_settings/template_host_variant.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openpype/settings/entities/schemas/system_schema/host_settings/template_host_variant.json b/openpype/settings/entities/schemas/system_schema/host_settings/template_host_variant.json index 82da407942..33cde3d216 100644 --- a/openpype/settings/entities/schemas/system_schema/host_settings/template_host_variant.json +++ b/openpype/settings/entities/schemas/system_schema/host_settings/template_host_variant.json @@ -18,7 +18,7 @@ "placeholder": "< {app_variant} >" }, { - "type": "template", + "type": "schema_template", "name": "template_host_variant_items" } ]