mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-16 09:34:28 +02:00
descriptions also for levels
This commit is contained in:
parent
e0c4ac795b
commit
b7f1637562
7 changed files with 8 additions and 24 deletions
|
@ -15773,7 +15773,8 @@ LevelArbiter.prototype.validateLevel = function(level) {
|
|||
var requiredFields = [
|
||||
'name',
|
||||
'goalTreeString',
|
||||
'solutionCommand'
|
||||
'solutionCommand',
|
||||
'description'
|
||||
];
|
||||
|
||||
var optionalFields = [
|
||||
|
@ -19734,7 +19735,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