ckeditor5-button

0.1.0 • Public • Published

ckeditor5-button

Button plugin for ckeditor5.

Quick start

First, install the build from npm:

yarn add ckeditor5-button

Use it in your application:

import Button from 'ckeditor5-button';

Add to the array

ClassicEditor.builtinPlugins = [
  .
  .
  .
  Button
];

Finally add to the toolbar items array

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

License

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

Readme

Keywords

none

Package Sidebar

Install

npm i ckeditor5-button

Weekly Downloads

0

Version

0.1.0

License

GPL-2.0-or-later

Unpacked Size

20.6 kB

Total Files

10

Last publish

Collaborators

  • volkovmqx