Create a new Alchemy project with a richtext element. Try editing and adding a list (ordered or unordered).
Expected behavior
There should be buttons for lists.
Actual behavior
The buttons don't appear because the lists plugin is not loadable for some reason. It's been removed from TinyMCE core, and moved into a plugin. However: The CDN version, which Alchemy ships with, has a few plugins included, and it should have the lists plugin if I understand https://github.com/tinymce/tinymce/issues/3342 correctly.
In my project, I vendored the lists plugin from some current TinyMCE version, and it works. However, given that Alchemy includes the numlist and bullist buttons in its standard configuration, I think the Gem should vendor that plugin.
Steps to reproduce
Create a new Alchemy project with a richtext element. Try editing and adding a list (ordered or unordered).
Expected behavior
There should be buttons for lists.
Actual behavior
The buttons don't appear because the
lists
plugin is not loadable for some reason. It's been removed from TinyMCE core, and moved into a plugin. However: The CDN version, which Alchemy ships with, has a few plugins included, and it should have the lists plugin if I understand https://github.com/tinymce/tinymce/issues/3342 correctly.In my project, I vendored the lists plugin from some current TinyMCE version, and it works. However, given that Alchemy includes the
numlist
andbullist
buttons in its standard configuration, I think the Gem should vendor that plugin.System configuration
Gemfile.lock