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

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

Piotrek Koszuliński 7 лет назад
Родитель
Сommit
11e1acdb54
1 измененных файлов с 6 добавлено и 4 удалено
  1. 6 4
      packages/ckeditor5-media-embed/src/mediaembed.js

+ 6 - 4
packages/ckeditor5-media-embed/src/mediaembed.js

@@ -16,12 +16,14 @@ import Widget from '@ckeditor/ckeditor5-widget/src/widget';
 /**
  * The media embed plugin.
  *
- * It loads the {@link module:media-embed/mediaembedediting~MediaEmbedEditing media embed editing feature},
- * {@link module:media-embed/mediaembedui~MediaEmbedUI media embed UI feature} and
- * {@link module:media-embed/automediaembed~AutoMediaEmbed auto-media embed feature}.
- *
  * For a detailed overview, check the {@glink features/media-embed Media Embed feature documentation}.
  *
+ * This is a "glue" plugin which loads the following plugins:
+ *
+ * * {@link module:media-embed/mediaembedediting~MediaEmbedEditing media embed editing feature},
+ * * {@link module:media-embed/mediaembedui~MediaEmbedUI media embed UI feature} and
+ * * {@link module:media-embed/automediaembed~AutoMediaEmbed auto-media embed feature}.
+ *
  * @extends module:core/plugin~Plugin
  */
 export default class MediaEmbed extends Plugin {