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

Merge pull request #37 from ckeditor/t/ckeditor5/t/1608

Docs: Added an info box recommending the CKEditor 5 inspector to the feature guide (see ckeditor/ckeditor5#1608).
Piotrek Koszuliński 6 лет назад
Родитель
Сommit
a4d0c395a6
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      packages/ckeditor5-alignment/docs/features/text-alignment.md

+ 4 - 0
packages/ckeditor5-alignment/docs/features/text-alignment.md

@@ -93,6 +93,10 @@ The {@link module:alignment/alignment~Alignment} plugin registers:
 	editor.execute( 'alignment', { value: 'center' } );
 	```
 
+<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-alignment.