mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Updated Toolbar for summernote and some more phone adjustments
This commit is contained in:
10
js/app.js
10
js/app.js
@@ -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
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user