TinyMCE 4 plugin to use bootstrap 3 features.
Current supported feature is :
- collapse
-
copy
bootstrap_utils
folder to the tinymceplugins
folder. -
set up your instance in the tinyMCE.init method to use the plugin, like::
plugins : "... bootstraputils ..."
- set up your instance to use the buttons you want, for example::
toolbar : "... | bootstrap-collapse"