tinymce-plugin-grid
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

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'
});

Readme

Keywords

Package Sidebar

Install

npm i tinymce-plugin-grid

Weekly Downloads

1

Version

2.0.0

License

Apache-2.0

Unpacked Size

95.2 kB

Total Files

15

Last publish

Collaborators

  • root913