CKFinderConfig (ckfinder)
@ckeditor/ckeditor5-ckfinder/src/ckfinder
The configuration of the CKFinder feature and its upload adapter.
See all editor options.
Filtering
Properties
-
openerMethod : String
The type of the CKFinder opener method.
Supported types are:
'modal'
– Opens CKFinder in a modal,'popup'
– Opens CKFinder in a new "pop-up" window.
Defaults to
'modal'
. -
options : Object
The configuration options passed to the CKFinder file manager instance.
Check the file manager documentation for the complete list of options.
-
uploadUrl : String
The path (URL) to the connector which handles the file upload in CKFinder file manager. When specified, it enables the automatic upload of resources such as images inserted into the content.
For instance, to use CKFinder's quick upload command, your can use the following (or similar) path:
Used by the upload adapter.
Every day, we work hard to keep our documentation complete. Have you spotted an outdated information? Is something missing? Please report it via our issue tracker.