From e8b1467800fcda662e83fce6a987d374b00ecaf1 Mon Sep 17 00:00:00 2001 From: Petr Kalis Date: Wed, 27 Oct 2021 12:28:53 +0200 Subject: [PATCH] PYPE-1901 - currently only image family is created in PS --- .../schemas/projects_schema/schema_project_photoshop.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_photoshop.json b/openpype/settings/entities/schemas/projects_schema/schema_project_photoshop.json index cd457ee21d..cec3f58460 100644 --- a/openpype/settings/entities/schemas/projects_schema/schema_project_photoshop.json +++ b/openpype/settings/entities/schemas/projects_schema/schema_project_photoshop.json @@ -81,7 +81,12 @@ { "key": "family", "label": "Resulting family", - "type": "text" + "type": "enum", + "enum_items": [ + { + "image": "image" + } + ] }, { "type": "text",