mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 23:43:11 +01:00
Document the default attachment extensions supported
This commit is contained in:
parent
49813051bc
commit
3f8c718d71
@ -37,7 +37,6 @@ If you want to override the default settings for your users, create ``HELPDESK_D
|
||||
'tickets_per_page': 25
|
||||
}
|
||||
|
||||
|
||||
Generic Options
|
||||
---------------
|
||||
These changes are visible throughout django-helpdesk
|
||||
@ -86,6 +85,10 @@ These changes are visible throughout django-helpdesk
|
||||
|
||||
**Default:** ``HELPDESK_MAX_EMAIL_ATTACHMENT_SIZE = 512000``
|
||||
|
||||
- **VALID_EXTENSIONS** Valid extensions for file types that can be attached to tickets
|
||||
|
||||
**Default:** ``VALID_EXTENSIONS = ['.txt', '.asc', '.htm', '.html', '.pdf', '.doc', '.docx', '.odt', '.jpg', '.png', '.eml']
|
||||
|
||||
- **QUEUE_EMAIL_BOX_UPDATE_ONLY** Only process mail with a valid tracking ID; all other mail will be ignored instead of creating a new ticket.
|
||||
|
||||
**Default:** ``QUEUE_EMAIL_BOX_UPDATE_ONLY = False``
|
||||
|
Loading…
Reference in New Issue
Block a user