Install N1ED plugin for TinyMCE
The quickest way to enable Bootstrap (styles, grid, blocks, and widgets) in your editor is to install the N1ED plugin for TinyMCE (also known as Tiny.cloud) of any version. The file manager, image editor, and other handy tools are also included in this add-on.
1
2
3
Enable Plugin
Enable the N1ED add-on in the TinyMCE config:
tinymce.init({
plugins: "n1ed",
apiKey: "N1ED24RR1234123412341234", // Use own API key for free then
});
The N1ED plugin is fully functional after this step. Next, you will need to link your file storage by installing the file manager backend on your server.
4
Install backend
Now you need to install the file manager server-side script on your server to enable file manager functionalities in your editor. Follow the instructions provided in the link to complete the setup.
✓