Updated Toolbar for summernote and some more phone adjustments

This commit is contained in:
johnnyq
2021-09-12 14:58:50 -04:00
parent 55a9e87604
commit 025e7caad2
2 changed files with 43 additions and 31 deletions

View File

@@ -15,6 +15,16 @@ $('.select2').select2({
// Summernote
$('.summernote').summernote({
toolbar: [
['style', ['style']],
['font', ['bold', 'underline', 'clear']],
['fontname', ['fontname']],
['color', ['color']],
['para', ['ul', 'ol', 'paragraph']],
['table', ['table']],
['insert', ['link', 'picture', 'video']],
['view', ['codeview']],
],
height: 300
});