mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fixed example template
This commit is contained in:
parent
39cf227447
commit
be135af8ce
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue