enable search in web ui

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2022-04-22 10:47:34 +00:00
parent 190ee68c95
commit c17717d7c9
3 changed files with 6 additions and 7 deletions
@@ -51,6 +51,9 @@ func DefaultConfig() *config.Config {
Scope: "openid profile email",
},
Apps: []string{"files", "search", "preview", "text-editor", "pdf-viewer", "external"},
Options: map[string]interface{}{
"hideSearchBar": false,
},
},
},
}