18 lines
331 B
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"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|