From bb88af0e1171238ac4f1e8b726a5ef7e496debc0 Mon Sep 17 00:00:00 2001 From: Todd Wilson Date: Thu, 31 Dec 2020 11:30:20 -0500 Subject: [PATCH] remove unwanted features --- lib/summernote/summernote.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/summernote/summernote.html b/lib/summernote/summernote.html index bac9316..c005e10 100755 --- a/lib/summernote/summernote.html +++ b/lib/summernote/summernote.html @@ -16,11 +16,9 @@ placeholder: " ", tabsize: 2, toolbar: [ - ['style', ['style']], ['font', ['bold', 'underline', 'italic']], - ['color', ['color']], ['para', ['ul', 'ol', 'paragraph']], - ['insert', ['link', 'picture', 'hr', 'video']], + ['insert', ['link', 'picture']], ['view', ['codeview']] ], disableGrammar: false,