CKFinderAdapterConfig (adapter-ckfinder)
@ckeditor/ckeditor5-adapter-ckfinder/src/uploadadapter
interface
The configuration of the CKFinder upload adapter.
ClassicEditor
.create( editorElement, {
ckfinder: {
uploadUrl: '/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files&responseType=json'
}
} )
.then( ... )
.catch( ... );
See all editor options.
Filtering
Properties
-
uploadUrl : String
The URL to which files should be uploaded.