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

Commit

Permalink
Use plugin import for custom figure attributes sample.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Oct 11, 2019
1 parent a77fde3 commit 403cdcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/_snippets/framework/build-extending-content-source.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
import ClassicEditor from '@ckeditor/ckeditor5-build-classic/src/ckeditor';
import Code from '@ckeditor/ckeditor5-basic-styles/src/code';
import Font from '@ckeditor/ckeditor5-font/src/font';
import Plugin from '@ckeditor/ckeditor5-core/src/plugin';

ClassicEditor.builtinPlugins.push( Code );
ClassicEditor.builtinPlugins.push( Font );

window.ClassicEditor = ClassicEditor;
window.Plugin = Plugin;
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* For licensing, see LICENSE.md.
*/

/* globals ClassicEditor, Plugin, console, window, document */
/* globals ClassicEditor, Plugin, console, window, document */

import { CS_CONFIG } from '@ckeditor/ckeditor5-cloud-services/tests/_utils/cloud-services-config';

Expand Down

0 comments on commit 403cdcf

Please sign in to comment.