To configure CKEditor Quick Image Uploader use these keys in config.js
file.
jsplus_rehost_file_uploader_url
: URLDefault value: auto detection
Set this URL to specify location of images uploader manually. This option affects to all JS+ uploader add-ons.
jsplus_rehost_file_template
: HTMLDefault value:
<a href='{FILE}'>Download file</a>
{FILE}
part will be substituted automatically on file insertion.NB! Always use root wrap element in template. If you do not need one, wrap it with <div>.
jsplus_rehost_file_allowed_ext
: StringDefault value:
'*'
These is default value for this parameter. You can change it as you want (comma separated file extensions) or set it to
'*'
to allow all file types.
Do not forget to configure file types on server side too (jsplus_uploader/config.php
).jsplus_rehost_file_ui
: StringDefault value:
'singleline'
You can disable feature of multiple uploads. Specify this parameter to apply this UI modification.
If you want to return to standard bulk upload (rehost) interface comment/remove this line or use string
multiline
as parameter's value.