PS subset grouping - added to schema and defaults

This commit is contained in:
Petr Kalis 2021-04-29 15:23:09 +02:00
parent c9006c3f81
commit 0f57e21f8b
2 changed files with 46 additions and 1 deletions

View file

@ -109,7 +109,15 @@
"prerender"
]
}
}
},
"subset_grouping_profiles": [
{
"families": [],
"hosts": ["photoshop"],
"tasks": [],
"template": "{Task}"
}
]
},
"ProcessSubmittedJobOnFarm": {
"enabled": true,

View file

@ -416,6 +416,43 @@
"type": "raw-json",
"key": "template_name_profiles",
"label": "template_name_profiles"
},
{
"type": "list",
"key": "subset_grouping_profiles",
"label": "Subset grouping profiles",
"use_label_wrap": true,
"object_type": {
"type": "dict",
"children": [
{
"key": "families",
"label": "Families",
"type": "list",
"object_type": "text"
},
{
"key": "hosts",
"label": "Hosts",
"type": "list",
"object_type": "text"
},
{
"key": "tasks",
"label": "Task names",
"type": "list",
"object_type": "text"
},
{
"type": "separator"
},
{
"type": "text",
"key": "template",
"label": "Template"
}
]
}
}
]
},