add task name field in build templated workfile settings

This commit is contained in:
Thomas Fricard 2022-06-14 10:35:41 +02:00
parent bc9c5b1831
commit ba1abf8b15
2 changed files with 7 additions and 0 deletions

View file

@ -722,6 +722,7 @@
"profiles": [
{
"task_types": [],
"tasks": [],
"path": "/path/to/your/template"
}
]

View file

@ -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",