diff --git a/tests/manual/blockquote.js b/tests/manual/blockquote.js index 559faff..7b03728 100644 --- a/tests/manual/blockquote.js +++ b/tests/manual/blockquote.js @@ -15,7 +15,7 @@ ClassicEditor plugins: [ ArticlePreset ], - toolbar: [ 'headings', 'bold', 'italic', 'link', 'unlink', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo' ] + toolbar: [ 'headings', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo' ] } ) .then( editor => { window.editor = editor;