1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Cleaned up vuejs components and added image-picker deafult image

This commit is contained in:
Dan Brown
2015-11-09 19:20:44 +00:00
parent 35397f26dc
commit ab6f6a5522
5 changed files with 16 additions and 13 deletions

View File

@@ -28,7 +28,7 @@
<div class="form-group" id="logo-control">
<label for="setting-app-logo">Application Logo</label>
<p class="small">This image should be 43px in height. </p>
<image-picker current-image="{{ Setting::get('app-logo', '') }}" name="setting-app-logo" image-class="logo-image"></image-picker>
<image-picker current-image="{{ Setting::get('app-logo', '') }}" default-image="/logo.png" name="setting-app-logo" image-class="logo-image"></image-picker>
</div>
</div>
</div>