Skip to content

Commit

Permalink
feat: enable draw-io extension by default
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Apr 2, 2024
1 parent b6020f8 commit 0e88e45
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -97,7 +97,7 @@ func DefaultConfig() *config.Config {
ResponseType: "code",
Scope: "openid profile email",
},
Apps: []string{"files", "search", "text-editor", "pdf-viewer", "external", "admin-settings", "epub-reader"},
Apps: []string{"files", "search", "text-editor", "pdf-viewer", "external", "admin-settings", "epub-reader", "draw-io"},
ExternalApps: []config.ExternalApp{
{
ID: "preview",
Expand Down

0 comments on commit 0e88e45

Please sign in to comment.