mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
it is possible to define project specific environments
This commit is contained in:
parent
1d279b301d
commit
1089c5f3c7
2 changed files with 7 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
"darwin": [],
|
||||
"linux": []
|
||||
},
|
||||
"project_environments": {},
|
||||
"publish": {
|
||||
"IntegrateHeroVersion": {
|
||||
"enabled": true
|
||||
|
|
|
|||
|
|
@ -30,6 +30,12 @@
|
|||
"multiplatform": true,
|
||||
"multipath": true,
|
||||
"use_label_wrap": true
|
||||
},
|
||||
{
|
||||
"key": "project_environments",
|
||||
"type": "raw-json",
|
||||
"label": "Additional Project Environments (set on application launch)",
|
||||
"use_label_wrap": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue