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:
Jannik Stehle
2024-07-22 14:41:27 +02:00
parent fc1bff6d6b
commit 7e27899f9e
2 changed files with 1 additions and 2 deletions
@@ -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",
-1
View File
@@ -21,7 +21,6 @@
},
"apps": [
"files",
"draw-io",
"text-editor",
"preview",
"pdf-viewer",