mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
harmony read from settings
This commit is contained in:
parent
d5b10b085e
commit
1838f70ae0
3 changed files with 44 additions and 3 deletions
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"type": "dict",
|
||||
"collapsable": true,
|
||||
"key": "harmony",
|
||||
"label": "Harmony",
|
||||
"is_file": true,
|
||||
"children": [
|
||||
{
|
||||
"type": "dict",
|
||||
"collapsable": true,
|
||||
"key": "publish",
|
||||
"label": "Publish plugins",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"type": "dict",
|
||||
"collapsable": true,
|
||||
"key": "general",
|
||||
"label": "General",
|
||||
"children": [
|
||||
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "skip_resolution_check",
|
||||
"label": "Skip Resolution Check"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "skip_timelines_check",
|
||||
"label": "Skip Timeliene Check"
|
||||
}
|
||||
]
|
||||
}]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue