Notes/packages/ckeditor5-keyboard-marker/ckeditor5-metadata.json
2025-05-06 19:29:22 +03:00

18 lines
353 B
JSON

{
"plugins": [
{
"name": "Keyboard marker",
"className": "KeyboardMarker",
"description": "Adds text to the editor.",
"path": "src/keyboardmarker.ts",
"uiComponents": [
{
"name": "keyboardMarker",
"type": "Button",
"iconPath": "theme/icons/kbd.svg"
}
]
}
]
}