@ckeditor/ckeditor5-paste-from-office
Version:
Paste from Office feature for CKEditor 5.
12 lines (11 loc) • 378 B
JSON
{
"plugins": [
{
"name": "Paste from Office",
"className": "PasteFromOffice",
"description": "Handles the content pasted from Microsoft Office or Google Docs and transforms it (if necessary) to a valid structure which can then be understood by the editor features.",
"docs": "features/pasting/paste-from-office.html",
"path": "src/pastefromoffice.js"
}
]
}