mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
moved project plugin paths to project settings
This commit is contained in:
parent
635347cf20
commit
712670ec60
2 changed files with 8 additions and 7 deletions
|
|
@ -22,6 +22,14 @@
|
|||
{
|
||||
"type": "schema",
|
||||
"name": "schema_project_syncserver"
|
||||
},
|
||||
{
|
||||
"key": "project_plugins",
|
||||
"type": "path",
|
||||
"label": "Additional Project Plugin Paths",
|
||||
"multiplatform": true,
|
||||
"multipath": true,
|
||||
"use_label_wrap": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,13 +18,6 @@
|
|||
{
|
||||
"type": "splitter"
|
||||
},
|
||||
{
|
||||
"key": "project_plugins",
|
||||
"type": "path",
|
||||
"label": "Additional Project Plugins Path",
|
||||
"multiplatform": true,
|
||||
"multipath": false
|
||||
},
|
||||
{
|
||||
"key": "studio_soft",
|
||||
"type": "path",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue