Added configurable maximum file size of review upload to Slack

This commit is contained in:
Petr Kalis 2022-03-24 13:47:07 +01:00
parent 0bfb3c3dfc
commit ce4caeabd3
3 changed files with 42 additions and 14 deletions

View file

@ -75,6 +75,15 @@
"type": "list",
"object_type": "text"
},
{
"type": "number",
"key": "review_upload_limit",
"label": "Upload review of maximally size (MB)",
"decimal": 2,
"default": 50,
"minimum": 0,
"maximum": 1000000
},
{
"type": "separator"
},