mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-23 04:28:48 -05:00
feat: remove draw-io from default web config
The `draw-io` app has been removed from the Web default apps, hence this removes it here as well. The app is now available via the [web-extensions repository](https://github.com/owncloud/web-extensions).
This commit is contained in:
@@ -98,7 +98,7 @@ func DefaultConfig() *config.Config {
|
||||
ResponseType: "code",
|
||||
Scope: "openid profile email",
|
||||
},
|
||||
Apps: []string{"files", "search", "text-editor", "pdf-viewer", "external", "admin-settings", "epub-reader", "draw-io"},
|
||||
Apps: []string{"files", "search", "text-editor", "pdf-viewer", "external", "admin-settings", "epub-reader"},
|
||||
ExternalApps: []config.ExternalApp{
|
||||
{
|
||||
ID: "preview",
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
},
|
||||
"apps": [
|
||||
"files",
|
||||
"draw-io",
|
||||
"text-editor",
|
||||
"preview",
|
||||
"pdf-viewer",
|
||||
|
||||
Reference in New Issue
Block a user