mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-03 21:53:12 -04:00
Add epub-reader to apps default config (#8410)
This commit is contained in:
@@ -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
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user