CKEditor ändert HTML Code
Posted: Tue 15. Oct 2013, 09:33
Gibt es eine Einstellung die verhindert, dass der CKEditor Änderungen
am HTML Code macht?
Bin um jede Antwort froh.
am HTML Code macht?
Bin um jede Antwort froh.
The phpwcms support forum will help to find answers to your questions. The small but strong community is here since more than 10 years.
https://forum.phpwcms.org/
Code: Select all
config.forcePasteAsPlainText = false;
config.pasteFromWordRemoveFontStyles = false;
config.pasteFromWordRemoveStyles = false;
config.pasteFromWordPromptCleanup = false;
config.allowedContent = true;