0.0.3 • Published 5 years ago
ckeditor5-countdown v0.0.3
ckeditor5-countdown
Countdown plugin for ckeditor5.
Quick start
First, install the build from npm:
yarn add ckeditor5-countdownUse 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.