files must be loaded before draw io

related: https://github.com/owncloud/phoenix/issues/2891
This commit is contained in:
Jörn Friedrich Dreyer
2020-01-17 14:46:33 +01:00
committed by GitHub
parent bab3638b2a
commit 8a9fc2f33c

View File

@@ -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",
},