Make level practice threshold available in editor

This commit is contained in:
Matt Lott 2016-06-21 16:41:47 -07:00
parent bdfa6d435a
commit 73698129a0
2 changed files with 2 additions and 1 deletions

View file

@ -15,7 +15,7 @@ module.exports = class SettingsTabView extends CocoView
editableSettings: [
'name', 'description', 'documentation', 'nextLevel', 'background', 'victory', 'i18n', 'icon', 'goals',
'type', 'terrain', 'showsGuide', 'banner', 'employerDescription', 'loadingTip', 'requiresSubscription',
'helpVideos', 'replayable', 'scoreTypes', 'concepts', 'picoCTFProblem'
'helpVideos', 'replayable', 'scoreTypes', 'concepts', 'picoCTFProblem', 'practiceThresholdMinutes'
]
subscriptions:

View file

@ -67,6 +67,7 @@ LevelHandler = class LevelHandler extends Handler
'scoreTypes'
'concepts'
'picoCTFProblem'
'practiceThresholdMinutes'
]
postEditableProperties: ['name']