mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added default values of templates ability to examples
This commit is contained in:
parent
0c79c09a7e
commit
af9be455d9
2 changed files with 7 additions and 2 deletions
|
|
@ -14,7 +14,8 @@
|
|||
"name": "example_template",
|
||||
"template_data": {
|
||||
"host_label": "Maya 2019",
|
||||
"host_name": "maya_2019"
|
||||
"host_name": "maya_2019",
|
||||
"multiplath_executables": false
|
||||
}
|
||||
}, {
|
||||
"type": "schema_template",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
[
|
||||
{
|
||||
"__default_values__": {
|
||||
"multiplath_executables": true
|
||||
}
|
||||
}, {
|
||||
"type": "raw-json",
|
||||
"label": "{host_label} Environments",
|
||||
"key": "{host_name}_environments",
|
||||
|
|
@ -8,7 +12,7 @@
|
|||
"type": "path-widget",
|
||||
"key": "{host_name}_executables",
|
||||
"label": "{host_label} - Full paths to executables",
|
||||
"multiplatform": true,
|
||||
"multiplatform": "{multiplath_executables}",
|
||||
"multipath": true
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue