Skip to content

Commit

Permalink
feat: add font background color to ckeditor custom build
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelzinh3 committed Jul 2, 2024
1 parent 052f4f3 commit b4956d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion clients/libs/ckeditor5-custom-build/src/ckeditor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { BlockQuote } from '@ckeditor/ckeditor5-block-quote';
import { CloudServices } from '@ckeditor/ckeditor5-cloud-services';
import type { EditorConfig } from '@ckeditor/ckeditor5-core';
import { Essentials } from '@ckeditor/ckeditor5-essentials';
import { FontColor, FontFamily, FontSize } from '@ckeditor/ckeditor5-font';
import { FontBackgroundColor, FontColor, FontFamily, FontSize } from '@ckeditor/ckeditor5-font';
import { Heading } from '@ckeditor/ckeditor5-heading';
import { GeneralHtmlSupport } from '@ckeditor/ckeditor5-html-support';
import {
Expand Down Expand Up @@ -45,6 +45,7 @@ class Editor extends ClassicEditor {
Bold,
CloudServices,
Essentials,
FontBackgroundColor,
FontColor,
FontFamily,
FontSize,
Expand Down Expand Up @@ -88,6 +89,7 @@ class Editor extends ClassicEditor {
'blockQuote',
'alignment',
'|',
'FontBackgroundColor',
'fontColor',
'fontFamily',
'fontSize',
Expand Down

0 comments on commit b4956d1

Please sign in to comment.