mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +00:00
Add file_icon_filter
This commit is contained in:
@@ -129,6 +129,14 @@ CCNET_APPLET_ROOT = "http://localhost:8081"
|
||||
|
||||
SEAFILE_VERSION = '0.9.2'
|
||||
|
||||
# Add supported file extensions and file icon name.
|
||||
# Icons will show in repo page.
|
||||
SUPPORTED_FILE_EXT = {
|
||||
'txt' : 'foo.jpg',
|
||||
'pdf' : '',
|
||||
'default' : '',
|
||||
}
|
||||
|
||||
try:
|
||||
import local_settings
|
||||
except ImportError:
|
||||
|
Reference in New Issue
Block a user