tinymce-line-height-plugin icon indicating copy to clipboard operation
tinymce-line-height-plugin copied to clipboard

NPM? How to use?

Open scofield-ua opened this issue 6 years ago • 0 comments

Hi. Has somebody used it with NPM? Can't figure out how to import it into tinymce, or it's not ready to use it like that?

Something like:

import lineHeight from 'tinymce-line-height-plugin';

tinymce.init({
   plugins: 'lineHeight',
   toolbar: 'lineheightselect'
})

scofield-ua avatar Nov 13 '18 11:11 scofield-ua