From 6476ab2d0f482b8af9140c05a5c23e74922161a3 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 4 Jul 2016 16:06:27 +0200 Subject: [news/summernote] Make button selection match capabilities of Qt/vmchooser --- modules-available/summernote/clientscript.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'modules-available/summernote') diff --git a/modules-available/summernote/clientscript.js b/modules-available/summernote/clientscript.js index 725db47d..69d7da93 100644 --- a/modules-available/summernote/clientscript.js +++ b/modules-available/summernote/clientscript.js @@ -14,13 +14,12 @@ $.getScript(filename, function () { toolbar: [ // [groupName, [list of button]] ['para', ['style']], - ['style', ['bold', 'italic', 'underline', 'strikethrough', 'clear']], - // ['fontsize', ['fontsize']], + ['style', ['bold', 'italic', 'underline', 'clear']], ['color', ['color']], - ['para', ['ul', 'ol', 'paragraph']], + ['para', ['ul', 'ol']], ['misc', ['codeview', 'fullscreen']] - //['height', ['height']] ], + styleTags: ['p', 'pre', 'h1', 'h2', 'h3'], lang: LANG, height: '300px', }); -- cgit v1.2.3-55-g7522