New settings hide_header to hide the top banner with partners and countdown
This commit is contained in:
parent
aad95f1e53
commit
37dde01444
5 changed files with 97 additions and 64 deletions
|
@ -87,6 +87,8 @@ type Settings struct {
|
|||
GlobalTopMessage string `json:"globaltopmessage,omitempty"`
|
||||
// GlobalTopMessageVariant control the variant/color of the previous message.
|
||||
GlobalTopMessageVariant string `json:"globaltopmessagevariant,omitempty"`
|
||||
// HideHeader will hide the countdown and partners block on front pages.
|
||||
HideHeader bool `json:"hide_header,omitempty"`
|
||||
}
|
||||
|
||||
// ExistsSettings checks if the settings file can by found at the given path.
|
||||
|
|
Reference in a new issue