Add epub-reader to apps default config (#8410)

This commit is contained in:
Alex
2024-02-23 15:19:31 +01:00
committed by GitHub
parent b6a6cb2b8e
commit 48a4114ffd
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
Enhancement: Add epub reader to web default apps
We've added the new epub reader app to the web default apps, so it will be enabled and usable by default.
https://github.com/owncloud/ocis/pull/8410

View File

@@ -96,7 +96,7 @@ func DefaultConfig() *config.Config {
ResponseType: "code",
Scope: "openid profile email",
},
Apps: []string{"files", "search", "text-editor", "pdf-viewer", "external", "admin-settings"},
Apps: []string{"files", "search", "text-editor", "pdf-viewer", "external", "admin-settings", "epub-reader"},
ExternalApps: []config.ExternalApp{
{
ID: "preview",