settings: Save duration in challenge.json
This commit is contained in:
parent
58217d1d8a
commit
123467f3eb
3 changed files with 9 additions and 2 deletions
|
|
@ -169,7 +169,7 @@
|
|||
<label class="custom-control custom-checkbox">
|
||||
<input class="custom-control-input" type="checkbox" ng-model="config.enableExerciceDepend" ng-change="exerciceDependChange()">
|
||||
<span class="custom-control-label">Activer les dépendances des exercices</span>
|
||||
<input type="number" class="form-control form-control-sm" id="duration" ng-model="config.unlockedChallengeDepth" ng-disabled="!config.enableExerciceDepend" title="-1 : Désactivé ; 0: activé ; 1,2,3 : débloque 1,2,3,... exercices supplémentaires après un challenge validé" min="0" integer>
|
||||
<input type="number" class="form-control form-control-sm" ng-model="config.unlockedChallengeDepth" ng-disabled="!config.enableExerciceDepend" title="-1 : Désactivé ; 0: activé ; 1,2,3 : débloque 1,2,3,... exercices supplémentaires après un challenge validé" min="0" integer>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Reference in a new issue