mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
settings: workfile build schema with prelaunch hooks
This commit is contained in:
parent
579fe7187c
commit
6374f2f540
1 changed files with 31 additions and 0 deletions
|
|
@ -4,6 +4,37 @@
|
||||||
"key": "workfile_build",
|
"key": "workfile_build",
|
||||||
"label": "Workfile Build Settings",
|
"label": "Workfile Build Settings",
|
||||||
"children": [
|
"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",
|
"type": "list",
|
||||||
"key": "profiles",
|
"key": "profiles",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue