OP-3943 - added publish field to Settings for PS CollectReview

Customer wants to configure if review should be published by default for Photoshop.
This commit is contained in:
Petr Kalis 2022-09-19 13:49:01 +02:00
parent d87b50f5d2
commit 2dba044e48
2 changed files with 16 additions and 0 deletions

View file

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

View file

@ -131,6 +131,19 @@
}
]
},
{
"type": "dict",
"collapsible": true,
"key": "CollectReview",
"label": "Collect Review",
"children": [
{
"type": "boolean",
"key": "publish",
"label": "Publish review"
}
]
},
{
"type": "schema_template",
"name": "template_publish_plugin",