mirror of
https://github.com/Aviortheking/Summernote-CodeWrapper.git
synced 2025-04-22 10:52:12 +00:00
This commit is contained in:
parent
9faf28fd96
commit
fe9bdfc8e7
@ -2,14 +2,16 @@ $(document).ready ->
|
||||
$('.editor').summernote {
|
||||
minHeight: 300,
|
||||
toolbar: [
|
||||
['style', ['bold', 'italic', 'underline', 'clear']],
|
||||
['font', ['strikethrough', 'superscript', 'subscript']],
|
||||
['fontsize', ['fontsize']],
|
||||
['style', ['style']],
|
||||
['font', ['bold', 'italic', 'underline', 'clear']],
|
||||
['fontname', ['fontname']],
|
||||
['color', ['color']],
|
||||
['para', ['ul', 'ol', 'paragraph']],
|
||||
['height', ['height']],
|
||||
['table', ['table']],
|
||||
['insert', ['link', 'picture', 'hr']],
|
||||
['codeWrapper', ['codeWrapper']],
|
||||
['insert', ['gxcode']],
|
||||
['misc', ['codeview']]
|
||||
['view', ['fullscreen', 'codeview']],
|
||||
['help', ['help']]
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user