mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
Settings: adding schema for custom templates
This commit is contained in:
parent
ebcec9658d
commit
8aefc5697e
1 changed files with 29 additions and 6 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue