spohlenz / tinymce-rails

Integration of TinyMCE with the Rails asset pipeline
Other
814 stars 257 forks source link

link and image icons don't appear on toolbar #152

Closed RichardGregoryHamilton closed 9 years ago

RichardGregoryHamilton commented 9 years ago

According to the guide, I set up my tinymce.yml file as follows.

toolbar:

But when I look at my toolbar, it only shows

Formats: | bold italic| undo redo -table | fullscreen

If I understood correctly, the yml file could be edited to customize the toolbar. Is there something I'm missing?

spohlenz commented 9 years ago

I believe you may need to also add the link and image plugins to the plugins list. I've updated the README to hopefully prevent any confusion.

RichardGregoryHamilton commented 9 years ago

Thank you for clarifying that. Adding those plugins fixes this problem.