mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Converted image-manager to be component/HTML based
Instead of vue based.
This commit is contained in:
@ -20,8 +20,7 @@
|
||||
</form>
|
||||
</div>
|
||||
|
||||
@include('components.image-manager', ['imageType' => 'gallery', 'uploaded_to' => $page->id])
|
||||
@include('components.image-manager', ['uploaded_to' => $page->id])
|
||||
@include('components.code-editor')
|
||||
@include('components.entity-selector-popup')
|
||||
|
||||
@stop
|
Reference in New Issue
Block a user