mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-08 05:09:46 -06:00
Merge pull request #688 from owncloud/default-apps
Change default apps for ownCloud Web
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -28,7 +28,7 @@ const navItems = [
|
||||
name: 'accounts',
|
||||
path: `/${appInfo.id}/`
|
||||
},
|
||||
menu: 'user'
|
||||
menu: 'apps'
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
7
changelog/unreleased/phoenix-default-apps.md
Normal file
7
changelog/unreleased/phoenix-default-apps.md
Normal file
@@ -0,0 +1,7 @@
|
||||
Change: Default apps in ownCloud Web
|
||||
|
||||
Tags: web
|
||||
|
||||
We changed the default apps for ownCloud Web to be only files and media-viewer. Markdown-editor and draw-io have been removed as defaults.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/688
|
||||
@@ -173,7 +173,7 @@ func ServerWithConfig(cfg *config.Config) []cli.Flag {
|
||||
},
|
||||
&cli.StringSliceFlag{
|
||||
Name: "web-config-app",
|
||||
Value: cli.NewStringSlice("files", "draw-io", "markdown-editor", "media-viewer"),
|
||||
Value: cli.NewStringSlice("files", "media-viewer"),
|
||||
Usage: `--web-config-app files [--web-config-app draw-io]`,
|
||||
EnvVars: []string{"PHOENIX_WEB_CONFIG_APPS"},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user