mirror of
https://github.com/discourse/discourse.git
synced 2025-09-04 08:47:37 +08:00
FEATURE: New site setting for additional allowed filetypes for staff (#5364)
* FEATURE: New site setting for additional allowed filetypes for staff * Problematic variable name * feedback * small issues * fix indentation * failing tests * Remove message bus and fix minor issues * Missed this message bus
This commit is contained in:
parent
afa2b36842
commit
f3815cd785
6 changed files with 95 additions and 24 deletions
|
@ -59,6 +59,7 @@ Discourse.SiteSettingsOriginal = {
|
|||
"autohighlight_all_code":false,
|
||||
"email_in":false,
|
||||
"authorized_extensions":".jpg|.jpeg|.png|.gif|.svg|.txt|.ico|.yml",
|
||||
"authorized_extensions_for_staff": "",
|
||||
"max_image_width":690,
|
||||
"max_image_height":500,
|
||||
"allow_profile_backgrounds":true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue