mirror of
https://github.com/owncloud/ocis
synced 2026-04-26 01:35:25 +02:00
Add previewFileMimeTypes to defaultconfig.go (#4414)
* Add previewFileMimeTypes to defaultconfig.go * Add changelog item * Format * Remove obsolete hideSearchBar config setting
This commit is contained in:
@@ -49,7 +49,7 @@ func DefaultConfig() *config.Config {
|
||||
},
|
||||
Apps: []string{"files", "search", "preview", "text-editor", "pdf-viewer", "external", "user-management"},
|
||||
Options: map[string]interface{}{
|
||||
"hideSearchBar": false,
|
||||
"previewFileMimeTypes": []string{"image/gif", "image/png", "image/jpeg", "text/plain"},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user