OP-2895 - added flatten_subset_template to Settings for PS

Used as a subset name for ephemeral instance created if no image instance present in a workfile.
This commit is contained in:
Petr Kalis 2022-04-01 15:27:35 +02:00
parent 4d89dc45ee
commit 83ad95bed5
2 changed files with 21 additions and 1 deletions

View file

@ -12,6 +12,9 @@
"flatten_subset_template": "",
"color_code_mapping": []
},
"CollectInstances": {
"flatten_subset_template": ""
},
"ValidateContainers": {
"enabled": true,
"optional": true,
@ -44,4 +47,4 @@
"create_first_version": false,
"custom_templates": []
}
}
}

View file

@ -108,6 +108,23 @@
}
]
},
{
"type": "dict",
"collapsible": true,
"key": "CollectInstances",
"label": "Collect Instances",
"children": [
{
"type": "label",
"label": "Name for flatten image created if no image instance present"
},
{
"type": "text",
"key": "flatten_subset_template",
"label": "Subset template for flatten image"
}
]
},
{
"type": "schema_template",
"name": "template_publish_plugin",