From 39cf227447f2d82d8631dbae40ec3199a4afacfb Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Fri, 2 Oct 2020 14:09:48 +0200 Subject: [PATCH] added example template --- .../system_schema/example_template.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pype/tools/settings/settings/gui_schemas/system_schema/example_template.json 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 new file mode 100644 index 0000000000..bf09ea6716 --- /dev/null +++ b/pype/tools/settings/settings/gui_schemas/system_schema/example_template.json @@ -0,0 +1,14 @@ +[ + { + "type": "rawj-json", + "label": "{env_label}", + "key": "{env_group_key}", + "env_group_key": "{env_group_key}" + }, { + "type": "path-widget", + "key": "executable_paths", + "label": "{executable_label} - Full paths to executables", + "multiplatform": true, + "multipath": true + } +]