dashboard: can customize main image background
This commit is contained in:
parent
37dde01444
commit
20dc1f65dc
8 changed files with 29 additions and 4 deletions
|
|
@ -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"`
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue