bring back the settings ui (#4691)

This commit is contained in:
Willy Kloucek
2022-09-27 18:50:45 +02:00
committed by GitHub
parent 6d8edc2986
commit 0a46ef0b0b
3 changed files with 9 additions and 9 deletions

View File

@@ -49,6 +49,10 @@ func DefaultConfig() *config.Config {
},
Apps: []string{"files", "search", "text-editor", "pdf-viewer", "external", "user-management"},
ExternalApps: []config.ExternalApp{
{
ID: "settings",
Path: "/settings.js",
},
{
ID: "preview",
Path: "web-app-preview",