mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-03 01:14:54 +01:00
add task name field in build templated workfile settings
This commit is contained in:
parent
bc9c5b1831
commit
ba1abf8b15
2 changed files with 7 additions and 0 deletions
|
|
@ -722,6 +722,7 @@
|
|||
"profiles": [
|
||||
{
|
||||
"task_types": [],
|
||||
"tasks": [],
|
||||
"path": "/path/to/your/template"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -16,6 +16,12 @@
|
|||
"label": "Task types",
|
||||
"type": "task-types-enum"
|
||||
},
|
||||
{
|
||||
"key": "tasks",
|
||||
"label": "Task names",
|
||||
"type": "list",
|
||||
"object_type": "text"
|
||||
},
|
||||
{
|
||||
"key": "path",
|
||||
"label": "Path to template",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue