dashboard: can customize main image background

This commit is contained in:
nemunaire 2023-05-12 15:41:43 +02:00
commit 20dc1f65dc
8 changed files with 29 additions and 4 deletions

View file

@ -39,6 +39,8 @@ type ChallengeInfo struct {
MainLogo []string `json:"main_logo,omitempty"`
// MainLink stores link to the parent website.
MainLink string `json:"main_link,omitempty"`
// DashboardBackground stores path to the background used on the public dashboard.
DashboardBackground string `json:"dashboard_background,omitempty"`
// Partners holds the challenge partners list.
Partners []ChallengePartner `json:"partners,omitempty"`
}