Document TODO_MAXIMUM_ATTACHMENT_SIZE
This commit is contained in:
parent
44de86f1ca
commit
f42d34205c
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ TODO_PUBLIC_SUBMIT_REDIRECT = 'dashboard'
|
|||
# Optionally limit list of allowed filetypes
|
||||
TODO_ALLOW_FILE_ATTACHMENTS = True
|
||||
TODO_ALLOWED_FILE_ATTACHMENTS = [".jpg", ".gif", ".csv", ".pdf", ".zip"]
|
||||
TODO_MAXIMUM_ATTACHMENT_SIZE = 5000000 # In bytes
|
||||
|
||||
# additionnal classes the comment body should hold
|
||||
# adding "text-monospace" makes comment monospace
|
||||
|
|
Loading…
Reference in a new issue