@ckeditor/ckeditor5-export-word
Version:
Export to Word feature for CKEditor 5.
22 lines (21 loc) • 440 B
JSON
{
"plugins": [
{
"name": "Export to Word",
"className": "ExportWord",
"description": "Allows for generating a `.docx` file directly from the editor content.",
"docs": "features/converters/export-word.html",
"path": "src/exportword.js",
"requires": [
"CloudServices"
],
"uiComponents": [
{
"type": "Button",
"name": "exportWord",
"iconPath": "theme/icons/exportword.svg"
}
]
}
]
}