split theme configuration flags
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user