Notes/packages/ckeditor5-keyboard-marker/ckeditor5-metadata.json

18 lines
353 B
JSON
Raw Permalink Normal View History

{
"plugins": [
{
"name": "Keyboard marker",
"className": "KeyboardMarker",
"description": "Adds text to the editor.",
"path": "src/keyboardmarker.ts",
"uiComponents": [
{
"name": "keyboardMarker",
"type": "Button",
2025-05-05 23:04:27 +03:00
"iconPath": "theme/icons/kbd.svg"
}
]
}
]
}