spohlenz / tinymce-rails

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

I can not use two settings #195

Open YuriFontella opened 8 years ago

YuriFontella commented 8 years ago

I do not know if I'm doing it right, but only the default works. https://gist.github.com/YuriFontella/a72c1161ef95f607c9ed what could be wrong?

Thank you.

Brotakuu commented 7 years ago

You have to specify which setting you want to use. For your alternate setting, use:

<%= tinymce :alternate %>
giladshanan commented 5 years ago

It would be great to include this in the README documentation.