OP-3940 - introduced new Settings for CollectVersion for Photoshop

This commit is contained in:
Petr Kalis 2022-09-14 18:23:17 +02:00
parent 659c201e19
commit 3703ec07bc
2 changed files with 20 additions and 0 deletions

View file

@ -15,6 +15,9 @@
"CollectInstances": {
"flatten_subset_template": ""
},
"CollectVersion": {
"sync_workfile_version": true
},
"ValidateContainers": {
"enabled": true,
"optional": true,

View file

@ -131,6 +131,23 @@
}
]
},
{
"type": "dict",
"collapsible": true,
"key": "CollectVersion",
"label": "Collect Version",
"children": [
{
"type": "label",
"label": "Synchronize version for image and review instances by workfile version."
},
{
"type": "boolean",
"key": "sync_workfile_version",
"label": "Synchronize version with workfile"
}
]
},
{
"type": "schema_template",
"name": "template_publish_plugin",