mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
Comments: Added input wysiwyg for creating/updating comments
Not supporting old content, existing HTML or updating yet.
This commit is contained in:
@@ -68,10 +68,13 @@
|
||||
</div>
|
||||
|
||||
@yield('bottom')
|
||||
|
||||
|
||||
@if($cspNonce ?? false)
|
||||
<script src="{{ versioned_asset('dist/app.js') }}" nonce="{{ $cspNonce }}"></script>
|
||||
@endif
|
||||
@yield('scripts')
|
||||
@stack('post-app-scripts')
|
||||
|
||||
@include('layouts.parts.base-body-end')
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user