slight visual cleanup

This commit is contained in:
Milan Kolar 2020-10-02 18:31:58 +02:00
parent 1f5cfca44b
commit 05cbc78151
3 changed files with 60 additions and 28 deletions

View file

@ -1,22 +1,39 @@
{
"key": "general",
"type": "dict",
"label": "General",
"collapsable": true,
"is_file": true,
"children": [{
"key": "studio_name",
"type": "text",
"label": "Studio Name"
},{
"key": "studio_code",
"type": "text",
"label": "Studio Short Code"
},
{
"key": "environment",
"label": "Environment",
"type": "raw-json",
"env_group_key": "global"
}
]}
"key": "general",
"type": "dict",
"label": "General",
"collapsable": true,
"is_file": true,
"children": [{
"key": "studio_name",
"type": "text",
"label": "Studio Name"
}, {
"key": "studio_code",
"type": "text",
"label": "Studio Short Code"
}, {
"type": "splitter"
}, {
"key": "project_plugins",
"type": "path-widget",
"label": "Additional Project Plugins Path",
"multiplatform": true,
"multipath": false
}, {
"key": "studio_soft",
"type": "path-widget",
"label": "Studio Software Location",
"multiplatform": true,
"multipath": false
}, {
"type": "splitter"
},
{
"key": "environment",
"label": "Environment",
"type": "raw-json",
"env_group_key": "global"
}
]
}

View file

@ -47,6 +47,9 @@
"key": "ftrack_server",
"label": "Server"
},
{
"type": "splitter"
},
{
"type": "label",
"label": "Additional Ftrack paths"
@ -63,6 +66,9 @@
"label": "Event paths",
"object_type": "text"
},
{
"type": "splitter"
},
{
"type": "label",
"label": "Ftrack event server advanced settings"
@ -118,10 +124,13 @@
{
"key": "default",
"type": "text",
"label": "Defautl Intent"
"label": "Default Intent"
}
]
},
{
"type": "splitter"
},
{
"key": "environment",
"label": "Environment",