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 b34ed91 + e9ab703 commit 7d01939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/toolbar/normalizetoolbarconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
/**
* Normalizes the toolbar configuration (`config.toolbar`), which may be defined as an `Array`:
*
* toolbar: [ 'headings', 'bold', 'italic', 'link', 'unlink', ... ]
* toolbar: [ 'headings', 'bold', 'italic', 'link', ... ]
*
* or an `Object`:
*
* toolbar: {
* items: [ 'headings', 'bold', 'italic', 'link', 'unlink', ... ],
* items: [ 'headings', 'bold', 'italic', 'link', ... ],
* ...
* }
*
Expand Down

0 comments on commit 7d01939

Please # to comment.