mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
added example template
This commit is contained in:
parent
a1d3b81807
commit
39cf227447
1 changed files with 14 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue