mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
OP-4465 - added missed settings schema
This commit is contained in:
parent
8f09a4f5da
commit
7e129a8526
1 changed files with 19 additions and 2 deletions
|
|
@ -526,11 +526,28 @@
|
||||||
"object_type": "text"
|
"object_type": "text"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "hosts-enum",
|
|
||||||
"key": "hosts",
|
"key": "hosts",
|
||||||
"label": "Hosts",
|
"label": "Host names",
|
||||||
|
"type": "hosts-enum",
|
||||||
"multiselection": true
|
"multiselection": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"key": "task_types",
|
||||||
|
"label": "Task types",
|
||||||
|
"type": "task-types-enum"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "task_names",
|
||||||
|
"label": "Task names",
|
||||||
|
"type": "list",
|
||||||
|
"object_type": "text"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "subsets",
|
||||||
|
"label": "Subset names",
|
||||||
|
"type": "list",
|
||||||
|
"object_type": "text"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "splitter"
|
"type": "splitter"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue