split theme configuration flags

This commit is contained in:
Willy Kloucek
2021-10-12 16:27:39 +02:00
parent d17b13af2b
commit 03e60fe63d
3 changed files with 22 additions and 5 deletions
+2
View File
@@ -43,6 +43,8 @@ type Asset struct {
// WebConfig defines the available web configuration for a dynamically rendered config.json.
type WebConfig struct {
Server string `json:"server,omitempty"`
ThemeServer string `json:"omit"` // only used to build Theme
ThemePath string `json:"omit"` // only used to build Theme
Theme string `json:"theme,omitempty"`
Version string `json:"version,omitempty"` // TODO what is version used for?
OpenIDConnect OIDC `json:"openIdConnect,omitempty"`