Add footer branding configuration

This commit is contained in:
Johannes Zellner
2020-02-14 15:34:44 +01:00
parent 0a126a15ba
commit 4283046e76
3 changed files with 60 additions and 6 deletions

View File

@@ -393,8 +393,8 @@
<div class="card" style="margin-bottom: 15px;">
<div class="row">
<div class="col-md-8">
<p>Some aspects of the Cloudron dashboard can be branded.</p>
<div class="col-md-12">
<p>Some aspects of the Cloudron dashboard can be branded using [markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet).</p>
</div>
</div>
@@ -408,7 +408,10 @@
<div class="row" ng-show="config.features.branding">
<div class="col-md-12">
<textarea class="form-control"></textarea>
<div class="form-group">
<label class="control-label" style="width: 100%">Footer</label>
<textarea class="form-control" ng-model="branding.footer.content" ng-disabled="branding.footer.busy"></textarea>
</div>
</div>
<div class="col-md-12 text-right">