From 18be91aed3a375d7b2a0e80eaca211052ae6d563 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Wed, 5 May 2021 16:29:13 +0200 Subject: [PATCH] add placeholder for application executable --- .../host_settings/template_host_variant_items.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openpype/settings/entities/schemas/system_schema/host_settings/template_host_variant_items.json b/openpype/settings/entities/schemas/system_schema/host_settings/template_host_variant_items.json index 472840d8fc..ab4d2374a3 100644 --- a/openpype/settings/entities/schemas/system_schema/host_settings/template_host_variant_items.json +++ b/openpype/settings/entities/schemas/system_schema/host_settings/template_host_variant_items.json @@ -10,7 +10,8 @@ "key": "executables", "label": "Executables", "multiplatform": true, - "multipath": true + "multipath": true, + "placeholder": "Executable path" }, { "type":"separator"