New settings hide_header to hide the top banner with partners and countdown

This commit is contained in:
nemunaire 2023-05-12 15:29:38 +02:00
parent aad95f1e53
commit 37dde01444
5 changed files with 97 additions and 64 deletions

View file

@ -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.