feat: enable app-store web app per default
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", "preview"},
|
||||
Apps: []string{"files", "search", "text-editor", "pdf-viewer", "external", "admin-settings", "epub-reader", "preview", "app-store"},
|
||||
Options: config.Options{
|
||||
ContextHelpersReadMore: true,
|
||||
AccountEditLink: &config.AccountEditLink{},
|
||||
|
||||
Reference in New Issue
Block a user