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

Docs: Link to dedicated guide about installing plugins.

Piotrek Koszuliński 7 лет назад
Родитель
Сommit
6f429cf324
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      packages/ckeditor5-autoformat/docs/features/autoformat.md

+ 4 - 0
packages/ckeditor5-autoformat/docs/features/autoformat.md

@@ -66,6 +66,10 @@ ClassicEditor
 	Remember to add proper features to the editor configuration. Autoformatting will be enabled only for the commands that are included in the actual configuration. For example: `bold` autoformatting will not work if there is no `bold` command registered in the editor.
 	Remember to add proper features to the editor configuration. Autoformatting will be enabled only for the commands that are included in the actual configuration. For example: `bold` autoformatting will not work if there is no `bold` command registered in the editor.
 </info-box>
 </info-box>
 
 
+<info-box info>
+	Read more about {@link builds/guides/development/installing-plugins installing plugins}.
+</info-box>
+
 ## Creating custom autoformatters
 ## Creating custom autoformatters
 
 
 The {@link module:autoformat/autoformat~Autoformat} feature bases on {@link module:autoformat/blockautoformatediting~BlockAutoformatEditing} and {@link module:autoformat/inlineautoformatediting~InlineAutoformatEditing} tools to create the autoformatters mentioned above.
 The {@link module:autoformat/autoformat~Autoformat} feature bases on {@link module:autoformat/blockautoformatediting~BlockAutoformatEditing} and {@link module:autoformat/inlineautoformatediting~InlineAutoformatEditing} tools to create the autoformatters mentioned above.