Skip to content

Commit

Permalink
Bring back lists buttons in TinyMCE toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Feb 13, 2017
1 parent 3e427b4 commit b7e4c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/js/editor.js
Expand Up @@ -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'
Expand Down

0 comments on commit b7e4c94

Please sign in to comment.