8
0
Просмотр исходного кода

Docs: Improved links between API and guides. See ckeditor/ckeditor5#1090.

Piotrek Koszuliński 7 лет назад
Родитель
Сommit
3cbb65abd6
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      packages/ckeditor5-block-quote/src/blockquote.js

+ 3 - 1
packages/ckeditor5-block-quote/src/blockquote.js

@@ -14,7 +14,9 @@ import BlockQuoteUI from './blockquoteui';
 /**
  * The block quote plugin.
  *
- * It loads the {@link module:block-quote/blockquoteediting~BlockQuoteEditing block quote editing feature}
+ * For more information about this feature check the {@glink api/block-quote package page}.
+ *
+ * This is a "glue" plugin which loads the {@link module:block-quote/blockquoteediting~BlockQuoteEditing block quote editing feature}
  * and {@link module:block-quote/blockquoteui~BlockQuoteUI block quote UI feature}.
  *
  * @extends module:core/plugin~Plugin