harmony read from settings

This commit is contained in:
Milan Kolar 2020-12-03 17:03:49 +01:00
parent d5b10b085e
commit 1838f70ae0
3 changed files with 44 additions and 3 deletions

View file

@ -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"
}
]
}]
}