Open Haegge opened 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'
}**
});
Is there any way to implement Responsive Filemanager in CKEditor5?