Przeglądaj źródła

Merge pull request #226 from ckeditor/i/6304

Docs: Added an information that the `TextTransformation` plugin is enabled in all builds by default. Closes ckeditor/ckeditor5#6304.
Aleksander Nowodzinski 5 lat temu
rodzic
commit
e1c91c8375

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

@@ -148,6 +148,10 @@ You can test the custom rules defined above in the demo:
 
 ## Installation
 
+<info-box info>
+	This feature is enabled by default in all builds. The installation instructions are for developers interested in building their own, custom rich text editor.
+</info-box>
+
 To add this feature to your rich-text editor, install the [`@ckeditor/ckeditor5-typing`](https://www.npmjs.com/package/@ckeditor/ckeditor5-typing) package:
 
 ```bash