From b7e4c94972909b9415487c3c21928ae97b7c9431 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 13 Feb 2017 09:10:15 +0100 Subject: [PATCH] Bring back lists buttons in TinyMCE toolbar --- program/js/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/js/editor.js b/program/js/editor.js index 36b54afb2..f4dc555d8 100644 --- a/program/js/editor.js +++ b/program/js/editor.js @@ -88,7 +88,7 @@ function rcube_text_editor(config, id) // full-featured editor else { $.extend(conf, { - plugins: 'autolink charmap code colorpicker directionality link image media nonbreaking' + plugins: 'autolink charmap code colorpicker directionality link lists image media nonbreaking' + ' paste table tabfocus textcolor searchreplace spellchecker', toolbar: 'bold italic underline | alignleft aligncenter alignright alignjustify' + ' | bullist numlist outdent indent ltr rtl blockquote | forecolor backcolor | fontselect fontsizeselect'