소스 검색

Docs: Minor change.

Oskar Wróbel 7 년 전
부모
커밋
60d1f24ea1
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      packages/ckeditor5-ui/src/toolbar/block/blocktoolbar.js

+ 1 - 3
packages/ckeditor5-ui/src/toolbar/block/blocktoolbar.js

@@ -31,9 +31,7 @@ import iconPilcrow from '../../../theme/icons/pilcrow.svg';
  *
  * By default button is allowed to be displayed next to all elements marked in
  * {@link module:engine/model/schema~Schema} as `$block` elements for which there is at least
- * one available option in toolbar. E.g. Toolbar with {@link module:paragraph/paragraph~Paragraph} and
- * {@link module:heading/heading~Heading} won't be displayed next to {@link module:image/image~Image} because
- * {@link module:engine/model/schema~Schema} disallows to change format of {@link module:image/image~Image}.
+ * one available (enable) option in the toolbar.
  *
  * By default button right bound will be attached to the left bound of the
  * {@link module:engine/view/editableelement~EditableElement}: