volkovmqx / ckeditor5-countdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ckeditor5-countdown

Countdown plugin for ckeditor5.

Quick start

First, install the build from npm:

yarn add ckeditor5-countdown

Use it in your application:

import Countdown from 'ckeditor5-countdown';

Add to the array

ClassicEditor.builtinPlugins = [
  .
  .
  .
  Countdown
];

Finally add to the toolbar items array

toolbar: {
  items: [
    .
    .
    .
    'countdown'
  ]
}

License

Licensed under the terms of GNU General Public License Version 2 or later.

About


Languages

Language:JavaScript 98.4%Language:CSS 1.6%