Notes/packages/ckeditor5-footnotes/ckeditor5-metadata.json

18 lines
337 B
JSON

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