Skip to content

Commit

Permalink
v26.0.0-next.39 add missing code styling (inline code)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Mar 12, 2021
1 parent bf5dcd3 commit fa658af
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/ckeditor5-build-eduflow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peergrade/ckeditor5-build-eduflow",
"version": "26.0.0-next.38",
"version": "26.0.0-next.39",
"description": "The balloon editor build of CKEditor 5 with a block toolbar – the best browser-based rich text editor.",
"keywords": [
"wysiwyg",
Expand Down
10 changes: 6 additions & 4 deletions packages/ckeditor5-build-eduflow/src/ckeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import Autoformat from '@ckeditor/ckeditor5-autoformat/src/autoformat';
import BlockToolbar from '@ckeditor/ckeditor5-ui/src/toolbar/block/blocktoolbar';
import Bold from '@ckeditor/ckeditor5-basic-styles/src/bold';
import Italic from '@ckeditor/ckeditor5-basic-styles/src/italic';
import Code from '@ckeditor/ckeditor5-basic-styles/src/code';
import BlockQuote from '@ckeditor/ckeditor5-block-quote/src/blockquote';
import CKFinder from '@ckeditor/ckeditor5-ckfinder/src/ckfinder';
import EasyImage from '@ckeditor/ckeditor5-easy-image/src/easyimage';
Expand Down Expand Up @@ -80,20 +81,21 @@ const plugins = [
TextTransformation,

// ADDED
Code,
CodeBlock,
LinkImage,
Mathematics,
Mention,
HorizontalLine,
Highlight,
HtmlEmbed,
ImageResize,
LinkImage,
Mathematics,
Mention,
Strikethrough,
Table,
TableToolbar,
TableProperties,
TableCellProperties,
Underline,
HorizontalLine,
];

BalloonEditor.builtinPlugins = plugins;
Expand Down

0 comments on commit fa658af

Please sign in to comment.