mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 01:10:04 +02:00
descriptions also for levels
This commit is contained in:
parent
e0c4ac795b
commit
b7f1637562
7 changed files with 8 additions and 24 deletions
|
@ -90,7 +90,8 @@ LevelArbiter.prototype.validateLevel = function(level) {
|
|||
var requiredFields = [
|
||||
'name',
|
||||
'goalTreeString',
|
||||
'solutionCommand'
|
||||
'solutionCommand',
|
||||
'description'
|
||||
];
|
||||
|
||||
var optionalFields = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue