mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-23 13:30:14 -05:00
files must be loaded before draw io (#31)
files must be loaded before draw io
This commit is contained in:
@@ -171,7 +171,7 @@ func ServerWithConfig(cfg *config.Config) []cli.Flag {
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: "web-config-apps",
|
||||
Value: "files,pdf-viewer,markdown-editor,media-viewer",
|
||||
Value: "files,draw-io,pdf-viewer,markdown-editor,media-viewer",
|
||||
Usage: `String with comma separated values. --web-config-apps "pdf-viewer, files, draw-io"`,
|
||||
EnvVar: "PHOENIX_WEB_CONFIG_APPS",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user