Skip to content

Commit

Permalink
extended filter list #204
Browse files Browse the repository at this point in the history
  • Loading branch information
psolom committed Aug 6, 2017
1 parent cbe7de4 commit 1b55365
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions config/filemanager.config.default.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,12 @@
"encodeCopyUrl": true
},
"filter": {
"images": ["jpg", "jpeg", "gif", "png"],
"image": ["jpg", "jpeg", "gif", "png", "svg"],
"media": ["ogv", "avi", "mkv", "mp4", "webm", "m4v", "ogg", "mp3", "wav"],
"custom": ["pdf", "doc", "zip", "txt", "csv", "md"]
"office": ["txt", "pdf", "odp", "ods", "odt", "rtf", "doc", "docx", "xls", "xlsx", "ppt", "pptx", "csv", "md"],
"archive": ["zip", "tar", "rar"],
"audio": ["ogg", "mp3", "wav"],
"video": ["ogv", "avi", "mkv", "mp4", "webm", "m4v"]
},
"viewer": {
"absolutePath": true,
Expand Down

0 comments on commit 1b55365

Please sign in to comment.