settings: improving schema for workfile options

This commit is contained in:
Jakub Jezek 2021-05-27 16:41:57 +02:00
parent d2ec91ec0e
commit 1b452e2bd6
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

@ -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>",