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

18 lines
349 B
JSON
Raw Permalink Normal View History

{
"plugins": [
{
"name": "Footnotes",
"className": "Footnotes",
"description": "Adds text to the editor.",
"path": "src/footnotes.ts",
"uiComponents": [
{
2025-05-05 23:04:27 +03:00
"name": "insertFootnote",
"type": "Button",
2025-05-05 23:04:27 +03:00
"iconPath": "theme/icons/insert-footnote.svg"
}
]
}
]
}