Skip to content

Commit

Permalink
update summernote
Browse files Browse the repository at this point in the history
  • Loading branch information
pxpm committed Dec 3, 2024
1 parent 045539e commit 5ba1e99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/resources/views/crud/fields/summernote.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
{{-- FIELD CSS - will be loaded in the after_styles section --}}
@push('crud_fields_styles')
{{-- include summernote css --}}
@basset('https://unpkg.com/summernote@0.8.20/dist/summernote-lite.min.css')
@basset('https://unpkg.com/summernote@0.8.20/dist/font/summernote.woff2', false)
@basset('https://unpkg.com/summernote@0.9.1/dist/summernote-lite.min.css')
@basset('https://unpkg.com/summernote@0.9.1/dist/font/summernote.woff2', false)
@bassetBlock('backpack/crud/fields/summernote-field.css')
<style type="text/css">
.note-editor.note-frame .note-status-output, .note-editor.note-airframe .note-status-output {
Expand All @@ -48,7 +48,7 @@
{{-- FIELD JS - will be loaded in the after_scripts section --}}
@push('crud_fields_scripts')
{{-- include summernote js --}}
@basset('https://unpkg.com/summernote@0.8.20/dist/summernote-lite.min.js')
@basset('https://unpkg.com/summernote@0.9.1/dist/summernote-lite.min.js')
@bassetBlock('backpack/crud/fields/summernote-field.js')
<script>
function bpFieldInitSummernoteElement(element) {
Expand Down

0 comments on commit 5ba1e99

Please sign in to comment.