Settings: adding schema for custom templates

This commit is contained in:
Jakub Jezek 2021-05-28 18:33:25 +02:00
parent ebcec9658d
commit 8aefc5697e
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

@ -10,13 +10,36 @@
"label": "Create first workfile",
"default": false
},
{
"type": "path",
"key": "template_path",
"label": "First workfile Template",
"multiplatform": true,
"multipath": false
"type": "list",
"key": "custom_templates",
"label": "Custom templates",
"is_group": true,
"use_label_wrap": true,
"object_type": {
"type": "dict",
"children": [
{
"type": "task-types-enum",
"key": "task_types",
"label": "Task types"
},
{
"type": "splitter"
},
{
"type": "label",
"label": "Absolute path to workfile template or OpenPype Anatomy text is accepted."
},
{
"type": "path",
"key": "path",
"label": "Path",
"multiplatform": true,
"multipath": false
}
]
}
},
{
"type": "boolean",