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

Commit

Permalink
Other: Removed the "Unlink" button from the toolbar (see ckeditor/cke…
Browse files Browse the repository at this point in the history
…ditor5-link#52).
  • Loading branch information
oleq committed Aug 21, 2017
1 parent a7fa244 commit d18a289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/manual/article.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import ArticlePreset from '../../src/article';
ClassicEditor
.create( document.querySelector( '#editor' ), {
plugins: [ ArticlePreset ],
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 d18a289

Please # to comment.