ResponsiveFilemanager icon indicating copy to clipboard operation
ResponsiveFilemanager copied to clipboard

CKEditor 5

Open Haegge opened this issue 4 years ago • 1 comments

Is there any way to implement Responsive Filemanager in CKEditor5?

Haegge avatar Mar 13 '20 21:03 Haegge

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'
    }**
});

mixian avatar Aug 27 '20 07:08 mixian