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

Commit

Permalink
Remove Code Block plugin from TextTransformation manual test config
Browse files Browse the repository at this point in the history
  • Loading branch information
panr committed Feb 27, 2020
1 parent 2766c39 commit e0a2ff8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/manual/texttransformation.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,15 @@ import global from '@ckeditor/ckeditor5-utils/src/dom/global';
import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor';
import ArticlePluginSet from '@ckeditor/ckeditor5-core/tests/_utils/articlepluginset';
import TextTransformation from '../../src/texttransformation';
import CodeBlock from '@ckeditor/ckeditor5-code-block/src/codeblock';

ClassicEditor
.create( global.document.querySelector( '#editor' ), {
plugins: [ ArticlePluginSet, TextTransformation, CodeBlock ],
plugins: [ ArticlePluginSet, TextTransformation ],
toolbar: [
'heading',
'|', 'bulletedList', 'numberedList', 'blockQuote',
'|', 'bold', 'italic', 'link',
'|', 'insertTable',
'|', 'codeBlock',
'|', 'undo', 'redo'
],
image: {
Expand Down

0 comments on commit e0a2ff8

Please sign in to comment.