From fe9bdfc8e729397d5b4a390d5d70518865d9e3bd Mon Sep 17 00:00:00 2001 From: Avior <2bazert@gmail.com> Date: Mon, 18 Jun 2018 18:48:55 +0200 Subject: [PATCH] --- src/coffee/script.coffee | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/coffee/script.coffee b/src/coffee/script.coffee index c8466a7..a9201a5 100644 --- a/src/coffee/script.coffee +++ b/src/coffee/script.coffee @@ -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']] ] } \ No newline at end of file