Ver código fonte

Docs: Mention CKFinder is commercial. [skip ci]

godai78 5 anos atrás
pai
commit
9e7c80bec0

+ 4 - 0
docs/features/image-upload.md

@@ -54,6 +54,10 @@ All that with virtually zero server setup.
 
 The {@link features/ckfinder CKFinder feature} provides a bridge between the rich-text editor and [CKFinder](https://ckeditor.com/ckfinder/), a browser-based file uploader with its server-side connectors (PHP, Java and ASP.NET).
 
+<info-box>
+	CKFinder is a <a href="https://ckeditor.com/ckfinder/">commercial application</a> that was designed with CKEditor compatibility in mind. It is currently available as version 3.x for PHP, ASP.NET and Java and version 2.x for ASP and ColdFusion.
+</info-box>
+
 There are two ways you can integrate CKEditor 5 with the CKFinder file manager:
 
 * **With the server-side connector only** &ndash; In this scenario, images dropped or pasted into the editor are uploaded to the CKFinder server-side connector running on your server.

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

@@ -14,6 +14,10 @@ This feature allows you to insert images as well as links to files into the rich
 	Check out the comprehensive {@link features/image-upload Image upload overview} to learn about other ways to upload images into CKEditor 5.
 </info-box>
 
+<info-box>
+	CKFinder is a <a href="https://ckeditor.com/ckfinder/">commercial application</a> that was designed with CKEditor compatibility in mind. It is currently available as version 3.x for PHP, ASP.NET and Java and version 2.x for ASP and ColdFusion.
+</info-box>
+
 This feature can be used in the rich-text editor in two different ways:
 
 * [**As a server-side connector only**](#configuring-the-image-upload-only) ([demo](#image-upload-only)). In this scenario, images which are dropped or pasted into the editor are uploaded to the CKFinder server-side connector running on your server.