New settings hide_header to hide the top banner with partners and countdown

This commit is contained in:
nemunaire 2023-05-12 15:29:38 +02:00
commit 37dde01444
5 changed files with 97 additions and 64 deletions

View file

@ -248,6 +248,13 @@
</label>
</div>
<div class="form-check">
<label class="custom-control custom-checkbox">
<input class="custom-control-input" type="checkbox" ng-model="config.hide_header">
<span class="custom-control-label" ng-class="{'text-primary font-weight-bold': !config.hide_header != !dist_config.hide_header}">Cacher l'en-tête du compte à rebours</span>
</label>
</div>
<div class="form-check">
<label class="custom-control custom-checkbox">
<input class="custom-control-input" type="checkbox"ng-model="config.disabledsubmitbutton" ng-change="submitButtonStateChange()">