Skip to content

volkovmqx/ckeditor5-countdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published