Преглед изворни кода

Merge t/ckeditor5-link/52 into master

Tests: Removed the Unlink button from the toolbar (see ckeditor/ckeditor5-link#52).
Piotrek Koszuliński пре 8 година
родитељ
комит
d39b933ddf
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      packages/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.js

+ 2 - 2
packages/ckeditor5-ui/src/toolbar/normalizetoolbarconfig.js

@@ -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', ... ],
  *			...
  *		}
  *