Add footer branding configuration
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user