This commit is contained in:
Florian Bouillon 2018-06-18 18:48:55 +02:00
parent 9faf28fd96
commit fe9bdfc8e7

View File

@ -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']]
]
}