Force Paste as Plain Text
forcePasteAsPlainText
Argument | Type | Required | Default |
---|---|---|---|
status | bool | true |
In some cases, you might want to paste content from your clipboard as plain text, removing any HTML tags.
By default, CKEditor preserves the structure of the original content and ensures HTML is safely maintained. However, if you’d prefer to paste content without any formatting, as plain text, you can use the forcePasteAsPlainText
function.
This feature has been available since v7.5.0
Last updated