This plugin allows you to use grid system in editor.
Supported css frameworks:
- Bootstrap 3
- Bootstrap 4
- Bootstrap 5
- Foundation CSS 5
Just copy the contents of the "dist" directory to plugins directory of your tinyMCE instalation.
See examples directories for more info.
tinymce.init({
selector: 'textarea',
plugins: [
'grid'
],
toolbar: 'grid_insert',
grid_preset: 'Bootstrap3'
});