trippo / ResponsiveFilemanager

Completely Responsive Filemanager with integration for tinyMCE,CKEditor and CLEditor editor
http://responsivefilemanager.com
Other
815 stars 366 forks source link

CKEditor 5 #601

Open Haegge opened 4 years ago

Haegge commented 4 years ago

Is there any way to implement Responsive Filemanager in CKEditor5?

mixian commented 4 years ago

tinymce.init({ selector: '.textareaMail', plugins: 'code print autolink lists media image responsivefilemanager', toolbar: 'responsivefilemanager code undo redo | formatselect | ' + 'bold italic underline backcolor | fontselect fontsizeselect formatselect | alignleft aligncenter ' + 'alignright alignjustify | image | bullist numlist outdent indent | ' + 'removeformat | help', toolbar_mode: 'floating', tinycomments_author: 'Author name', language: 'it', height : "500", content_style : 'body { font-size: 11pt; font-family: Arial; }',

   external_plugins: {
    **'responsivefilemanager' : 'http://xxxxxxxxxxxx/templates/common/tiny/responsive_filemanager/tinymce/plugins/responsivefilemanager/plugin.min.js'
    }**
});