mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Almost forgot to add to the level handler the new properties.
This commit is contained in:
parent
17231bce06
commit
2f68e64dc5
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ LevelHandler = class LevelHandler extends Handler
|
||||||
'i18n'
|
'i18n'
|
||||||
'icon'
|
'icon'
|
||||||
'goals'
|
'goals'
|
||||||
|
'type'
|
||||||
|
'showsGuide'
|
||||||
]
|
]
|
||||||
|
|
||||||
postEditableProperties: ['name']
|
postEditableProperties: ['name']
|
||||||
|
|
Loading…
Reference in a new issue