2.0.0 • Published 1 year ago

tinymce-plugin-grid v2.0.0

Weekly downloads
4
License
Apache-2.0
Repository
-
Last release
1 year ago

Grid TinyMCE Plugin npm

This plugin allows you to use grid system in editor.

Supported css frameworks:

  • Bootstrap 3
  • Bootstrap 4
  • Bootstrap 5
  • Foundation CSS 5

Demo

Demo

Installation

Just copy the contents of the "dist" directory to plugins directory of your tinyMCE instalation.

See examples directories for more info.

Useage

tinymce.init({
    selector: 'textarea',
    plugins: [
        'grid'
    ],
    toolbar: 'grid_insert',
    grid_preset: 'Bootstrap3'
});