Browse Source

Merge branch 'stable'

Piotrek Koszuliński 6 years ago
parent
commit
b98eddc362
1 changed files with 4 additions and 0 deletions
  1. 4 0
      packages/ckeditor5-media-embed/docs/features/media-embed.md

+ 4 - 0
packages/ckeditor5-media-embed/docs/features/media-embed.md

@@ -441,6 +441,10 @@ The {@link module:media-embed/mediaembed~MediaEmbed} plugin registers:
 	editor.execute( 'mediaEmbed', { url: 'http://url.to.the/media' } );
 	```
 
+<info-box>
+	We recommend using the official {@link framework/guides/development-tools#ckeditor-5-inspector CKEditor 5 inspector} for development and debugging. It will give you tons of useful information about the state of the editor such as internal data structures, selection, commands, and many more.
+</info-box>
+
 ## Contribute
 
 The source code of the feature is available on GitHub in https://github.com/ckeditor/ckeditor5-media-embed.