Feature(challenges): Add hint system to challenges
This commit is contained in:
@ -51,6 +51,11 @@
|
||||
"type": "number",
|
||||
"description": "Used to determine super block order, set by prepending two digit number to super block folder name"
|
||||
},
|
||||
"hint": {
|
||||
"type": "array",
|
||||
"default": [],
|
||||
"description": "hints must be a single line of plain text"
|
||||
},
|
||||
"block": {
|
||||
"type": "string"
|
||||
},
|
||||
|
Reference in New Issue
Block a user