mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
settings: improving schema for workfile options
This commit is contained in:
parent
d2ec91ec0e
commit
1b452e2bd6
1 changed files with 5 additions and 2 deletions
|
|
@ -26,14 +26,14 @@
|
|||
{
|
||||
"type": "path",
|
||||
"key": "custom_template_paths",
|
||||
"label": "Custom Template Path",
|
||||
"label": "Custom template path",
|
||||
"multiplatform": true,
|
||||
"multipath": false
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "builder_on",
|
||||
"label": "Use Builder Profiles At Start",
|
||||
"label": "Use Builder profiles at start",
|
||||
"default": false
|
||||
}
|
||||
]
|
||||
|
|
@ -93,6 +93,9 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "separator"
|
||||
},
|
||||
{
|
||||
"key": "linked_assets",
|
||||
"label": "<b>Linked Assets</b>",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue