mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-25 20:30:01 -04:00
Make level practice threshold available in editor
This commit is contained in:
parent
bdfa6d435a
commit
73698129a0
2 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,7 @@ module.exports = class SettingsTabView extends CocoView
|
||||||
editableSettings: [
|
editableSettings: [
|
||||||
'name', 'description', 'documentation', 'nextLevel', 'background', 'victory', 'i18n', 'icon', 'goals',
|
'name', 'description', 'documentation', 'nextLevel', 'background', 'victory', 'i18n', 'icon', 'goals',
|
||||||
'type', 'terrain', 'showsGuide', 'banner', 'employerDescription', 'loadingTip', 'requiresSubscription',
|
'type', 'terrain', 'showsGuide', 'banner', 'employerDescription', 'loadingTip', 'requiresSubscription',
|
||||||
'helpVideos', 'replayable', 'scoreTypes', 'concepts', 'picoCTFProblem'
|
'helpVideos', 'replayable', 'scoreTypes', 'concepts', 'picoCTFProblem', 'practiceThresholdMinutes'
|
||||||
]
|
]
|
||||||
|
|
||||||
subscriptions:
|
subscriptions:
|
||||||
|
|
|
@ -67,6 +67,7 @@ LevelHandler = class LevelHandler extends Handler
|
||||||
'scoreTypes'
|
'scoreTypes'
|
||||||
'concepts'
|
'concepts'
|
||||||
'picoCTFProblem'
|
'picoCTFProblem'
|
||||||
|
'practiceThresholdMinutes'
|
||||||
]
|
]
|
||||||
|
|
||||||
postEditableProperties: ['name']
|
postEditableProperties: ['name']
|
||||||
|
|
Loading…
Add table
Reference in a new issue