settings: Add challenge subtitle
This commit is contained in:
parent
48ee5321a8
commit
c525acff20
2 changed files with 9 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ const ChallengeFile = "challenge.json"
|
|||
type ChallengeInfo struct {
|
||||
// Title is the displayed name of the challenge.
|
||||
Title string `json:"title"`
|
||||
// SubTitle is appended to the title.
|
||||
SubTitle string `json:"subtitle"`
|
||||
// Authors is the group name of people making the challenge.
|
||||
Authors string `json:"authors"`
|
||||
// VideoLink is the link to explaination videos when the challenge is over.
|
||||
|
|
|
|||
Reference in a new issue