Skip to content

Commit

Permalink
Add epub-reader to apps default config (#8410)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex authored Feb 23, 2024
1 parent b6a6cb2 commit 48a4114
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion services/web/pkg/config/defaults/defaultconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 48a4114

Please sign in to comment.