settings: workfile build schema with prelaunch hooks

This commit is contained in:
Jakub Jezek 2021-05-25 14:44:42 +02:00
parent 579fe7187c
commit 6374f2f540
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

@ -4,6 +4,37 @@
"key": "workfile_build",
"label": "Workfile Build Settings",
"children": [
{
"type": "dict",
"collapsible": false,
"key": "pre_hooks",
"label": "Pre Launch Hooks",
"is_group": true,
"children": [
{
"type": "dict",
"collapsible": true,
"key": "create_first_version",
"label": "Create First Version",
"checkbox_key": "enabled",
"children": [
{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
},
{
"type": "path",
"key": "template_path",
"label": "Path to template",
"multiplatform": true,
"multipath": true
}
]
}
]
},
{
"type": "list",
"key": "profiles",