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

Commit

Permalink
Merge t/ckeditor5-link/52 into master
Browse files Browse the repository at this point in the history
Tests: Removed the Unlink button from the toolbar (see ckeditor/ckeditor5-link#52).
  • Loading branch information
Reinmar committed Aug 22, 2017
2 parents c74b9a3 + a0d49c1 commit 95945c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/manual/readonly.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import ContextualToolbar from '@ckeditor/ckeditor5-ui/src/toolbar/contextual/con
ClassicEditor
.create( document.querySelector( '#editor' ), {
plugins: [ ArticlePreset, ContextualToolbar ],
toolbar: [ 'headings', 'bold', 'italic', 'link', 'unlink', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo' ],
toolbar: [ 'headings', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo' ],
image: {
toolbar: [ 'imageStyleFull', 'imageStyleSide', '|', 'imageTextAlternative' ],
},
Expand Down

0 comments on commit 95945c0

Please sign in to comment.