From be135af8cee02d6c762311c04bbbec07b5799446 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Fri, 2 Oct 2020 14:17:28 +0200 Subject: [PATCH] fixed example template --- .../gui_schemas/system_schema/example_template.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pype/tools/settings/settings/gui_schemas/system_schema/example_template.json b/pype/tools/settings/settings/gui_schemas/system_schema/example_template.json index bf09ea6716..fb629c6170 100644 --- a/pype/tools/settings/settings/gui_schemas/system_schema/example_template.json +++ b/pype/tools/settings/settings/gui_schemas/system_schema/example_template.json @@ -1,13 +1,13 @@ [ { - "type": "rawj-json", - "label": "{env_label}", - "key": "{env_group_key}", - "env_group_key": "{env_group_key}" + "type": "raw-json", + "label": "{host_label} Environments", + "key": "{host_name}_environments", + "env_group_key": "{host_name}" }, { "type": "path-widget", - "key": "executable_paths", - "label": "{executable_label} - Full paths to executables", + "key": "{host_name}_executables", + "label": "{host_label} - Full paths to executables", "multiplatform": true, "multipath": true }