0.0.3 • Published 4 years ago

ckeditor5-countdown v0.0.3

Weekly downloads
5
License
GPL-2.0-or-later
Repository
github
Last release
4 years ago

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.