Skip to content

rafanake/ckeditor5-background-color

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CKEditor 5 Background Font Color Feature

Quick start

First, install the build from npm:

npm i ckeditor5-background-color

Use it in your JavaScript application:

import BackgroundColor from 'ckeditor5-background-color/src/backgroundcolor';
ClassicEditor
    .create( document.querySelector( '#editor' ), {
        plugins: [ BackgroundColor, ... ],
        toolbar: [ 'backgroundcolor', ... ]
    } )
    .then( ... )
    .catch( ... );

License

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

About

Add background color font feature to CKEditor5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published