Tests: Removed the Unlink button from the toolbar (see ckeditor/ckeditor5-link#52).
@@ -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;