mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 20:51:08 +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:
@ -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,
|
||||
|
Reference in New Issue
Block a user