mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
added settings for white list of environment variables
This commit is contained in:
parent
5de8185ded
commit
2a618081fd
2 changed files with 11 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
"linux": [],
|
||||
"darwin": []
|
||||
},
|
||||
"local_env_white_list": [],
|
||||
"openpype_path": {
|
||||
"windows": [],
|
||||
"darwin": [],
|
||||
|
|
|
|||
|
|
@ -110,6 +110,16 @@
|
|||
{
|
||||
"type": "splitter"
|
||||
},
|
||||
{
|
||||
"type": "list",
|
||||
"key": "local_env_white_list",
|
||||
"label": "White list of local environment variables",
|
||||
"use_label_wrap": true,
|
||||
"object_type": "text"
|
||||
},
|
||||
{
|
||||
"type": "splitter"
|
||||
},
|
||||
{
|
||||
"type": "collapsible-wrap",
|
||||
"label": "OpenPype deployment control",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue