Feature(challenges): Add hint system to challenges

This commit is contained in:
Berkeley Martinez
2016-06-14 18:47:43 -07:00
parent 4b1d191fd5
commit ccc5c3ec24
10 changed files with 105 additions and 30 deletions

View File

@ -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"
},