spohlenz / tinymce-rails

Integration of TinyMCE with the Rails asset pipeline
Other
815 stars 256 forks source link

After updateing to 4.5.1 bullist and numlist don't work #207

Closed pmichna closed 7 years ago

pmichna commented 7 years ago

My tinymce.yml:

menubar: false
toolbar:
  - styleselect fontsizeselect | tools | bold italic underline strikethrough | removeformat | alignleft aligncenter alignright | undo redo
  - link image | bullist numlist | outdent indent | table | code
plugins:
  - image
  - link
  - table
  - code

With tinymce-rails 4.4.3 everything works fine. After updating to 4.5.1 bullist and numlist buttons just don't appear in the editor.

spohlenz commented 7 years ago

Looks like you now need to add the lists plugin. See https://github.com/tinymce/tinymce/issues/3342.