mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 20:29:54 -06:00
add tiff and bmp to the preview app config
This commit is contained in:
@@ -47,7 +47,20 @@ func DefaultConfig() *config.Config {
|
||||
ResponseType: "code",
|
||||
Scope: "openid profile email",
|
||||
},
|
||||
Apps: []string{"files", "search", "preview", "text-editor", "pdf-viewer", "external", "user-management"},
|
||||
Apps: []string{"files", "search", "text-editor", "pdf-viewer", "external", "user-management"},
|
||||
ExternalApps: []config.ExternalApp{
|
||||
{
|
||||
ID: "preview",
|
||||
Path: "web-app-preview",
|
||||
Config: map[string]interface{}{
|
||||
"mimeTypes": []string{
|
||||
"image/tiff",
|
||||
"image/bmp",
|
||||
"image/x-ms-bmp",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
Options: map[string]interface{}{
|
||||
"previewFileMimeTypes": []string{"image/gif", "image/png", "image/jpeg", "text/plain", "image/tiff", "image/bmp", "image/x-ms-bmp"},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user