glintcms / glint-block-ckeditor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

glint-block-ckeditor

CKEditor Block

install

npm install glint-block-ckeditor

the ckeditor itself is not installed with this package. you have to install it your self.

steps

included ckeditor build

standard build

  • Developer Tools
  • Justify
  • Minimalist theme
  • English, French, German, Italian, Spanish

use

This Module is part of glintcms. Please see the documentation for more info.

options

ckeditor.path = '/js/ckeditor/ckeditor.js'

events

ckeditor.on('initialized', function() {
  console.log('initialized');
});

test

npm test

license

MIT

sponsored by intesso

About


Languages

Language:HTML 78.6%Language:JavaScript 15.2%Language:CSS 5.3%Language:PHP 1.0%