1
0
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:
xiez
2012-05-17 17:45:47 +08:00
parent db2419c598
commit 3ed66222f9
2 changed files with 22 additions and 0 deletions

View File

@@ -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: