mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
Added mulit image-type compatability to manager & app and added scaled image selection
This commit is contained in:
@@ -16,5 +16,5 @@
|
||||
@endif
|
||||
</form>
|
||||
</div>
|
||||
<image-manager></image-manager>
|
||||
<image-manager image-type="gallery"></image-manager>
|
||||
@stop
|
@@ -14,6 +14,6 @@
|
||||
@include('pages/form', ['model' => $page])
|
||||
</form>
|
||||
</div>
|
||||
<image-manager></image-manager>
|
||||
<image-manager image-type="gallery"></image-manager>
|
||||
|
||||
@stop
|
@@ -32,7 +32,7 @@
|
||||
<div class="col-md-6">
|
||||
<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>
|
||||
<p class="small">This image should be 43px in height. <br>Large images will be scaled down.</p>
|
||||
<image-picker current-image="{{ Setting::get('app-logo', '') }}" default-image="/logo.png" name="setting-app-logo" image-class="logo-image"></image-picker>
|
||||
</div>
|
||||
</div>
|
||||
@@ -86,6 +86,6 @@
|
||||
|
||||
</div>
|
||||
|
||||
<image-manager></image-manager>
|
||||
<image-manager image-type="system" resize-height="43" resize-width="200"></image-manager>
|
||||
|
||||
@stop
|
||||
|
Reference in New Issue
Block a user