mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Added configurable maximum file size of review upload to Slack
This commit is contained in:
parent
0bfb3c3dfc
commit
ce4caeabd3
3 changed files with 42 additions and 14 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue