Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Internal: Aligned code to changes in ckeditor5-core. See ckeditor/cke…
Browse files Browse the repository at this point in the history
…ditor5-core#140.
  • Loading branch information
Reinmar committed Jul 10, 2018
1 parent 9866bce commit 6a4b6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_snippets/features/build-font-source.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ import ClassicEditor from '@ckeditor/ckeditor5-build-classic/src/ckeditor';

import Font from '@ckeditor/ckeditor5-font/src/font';

ClassicEditor.build.plugins.push( Font );
ClassicEditor.builtinPlugins.push( Font );

window.ClassicEditor = ClassicEditor;

0 comments on commit 6a4b6b8

Please sign in to comment.