mercredi 24 juillet 2019

How to use laravel/filemanager in CKEditor 5 in Vue.js?

i installed CKEditor 5 WYSIWYG editor component for Vue.js. and this laravel filemanager https://unisharp.github.io/laravel-filemanager/integration which can be integrated with CKEditor. ButI wonder if it Works also with that vue-ckeditor .

I am looking for some function which can set route to file manager scripts for selected window dialogs.

CKEDITOR.replace( 'editor', {
    filebrowserBrowseUrl: '/browser/browse.php',
    filebrowserImageBrowseUrl: '/browser/browse.php?type=Images',
    filebrowserUploadUrl: '/uploader/upload.php',
    filebrowserImageUploadUrl: '/uploader/upload.php?type=Images'
});

sometning like this

It is possible in vue-ckeditor or should i use other solutions like install CKFinder plugin. Thank you.



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire