mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +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": [],
|
"darwin": [],
|
||||||
"linux": []
|
"linux": []
|
||||||
},
|
},
|
||||||
|
"project_environments": {},
|
||||||
"publish": {
|
"publish": {
|
||||||
"IntegrateHeroVersion": {
|
"IntegrateHeroVersion": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,12 @@
|
||||||
"multiplatform": true,
|
"multiplatform": true,
|
||||||
"multipath": true,
|
"multipath": true,
|
||||||
"use_label_wrap": 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