xchwarze / ckeditor-phpbb

CKEditor integration for phpBB
4 stars 1 forks source link

import from word is broken copy/paste #1

Closed burnedsyn closed 1 year ago

burnedsyn commented 1 year ago

i have been called by a customer to resolve this issue for him as no new line or new paragraphe where interpreted. I have solved this issues for him but you need to config this in your plugin. so

in the file :

This line 'forcePasteAsText' => (bool)$this->config['dsr_cke_force_paste_as_text'],

this can hold other value than bool ! and one of them is 'allow-word' which resolve this issue So i think you have to reflect this in your setup and config Have a nice day

xchwarze commented 1 year ago

Fixed in master version