8
0
Kamil Piechaczek 5 лет назад
Родитель
Сommit
0b8f2c6008
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      packages/ckeditor5-html-embed/docs/features/html-embed.md

+ 2 - 1
packages/ckeditor5-html-embed/docs/features/html-embed.md

@@ -43,7 +43,8 @@ ClassicEditor
 
 The {@link module:html-embed/htmlembed~HtmlEmbed} plugin registers:
 * the UI button component (`'htmlEmbed'`),
-* the `'htmlEmbed'` command implemented by {@link module:html-embed/htmlembedcommand~HtmlEmbedCommand}.
+* the `'htmlEmbedUpdate'` command implemented by {@link module:html-embed/htmlembedupdatecommand~HtmlEmbedUpdateCommand}.
+* the `'htmlEmbedInsert'` command implemented by {@link module:html-embed/htmlembedinsertcommand~HtmlEmbedInsertCommand}.
 
 The command can be executed using the {@link module:core/editor/editor~Editor#execute `editor.execute()`} method: