ckeditor5-export/ckeditor5-metadata.json

18 lines
331 B
JSON

{
"plugins": [
{
"name": "Export",
"className": "Export",
"description": "Adds text to the editor.",
"path": "src/export.ts",
"uiComponents": [
{
"name": "exportButton",
"type": "Button",
"iconPath": "theme/icons/ckeditor.svg"
}
]
}
]
}