1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 23:59:47 +02:00

[WIP] User can select theme

This commit is contained in:
Harvey Kandola 2018-11-24 18:39:43 +00:00
parent 11e164496b
commit 679049d2b1
11 changed files with 141 additions and 8 deletions

View file

@ -61,6 +61,14 @@
<small class="form-text text-muted">How many tags can be assigned to a document (between 3 and 10 tags)</small>
</div>
</div>
<div class="form-group row">
<label class="col-sm-4 col-form-label">Default Site Theme</label>
<div class="col-sm-7">
{{ui/theme-picker onChange=(action 'onThemeChange')}}
<small class="form-text text-muted">Users can set their own theme under Profile</small>
</div>
</div>
<div class="btn btn-success font-weight-bold text-uppercase mt-4" {{action 'save'}}>Save</div>
</form>
</div>