@ckeditor/ckeditor5-ui
Version:
The UI framework and standard UI library of CKEditor 5.
26 lines (25 loc) • 847 B
JSON
{
"plugins": [
{
"name": "Block toolbar",
"className": "BlockToolbar",
"description": "Provides an additional configurable toolbar on the left-hand side of the content area, next to the selected block element. It comes in handy when the main editor toolbar cannot be accessed.",
"docs": "getting-started/setup/toolbar.html#block-toolbar",
"path": "src/toolbar/block/blocktoolbar.js"
},
{
"name": "Accessibility help",
"className": "AccessibilityHelp",
"description": "Displays all editor keyboard shortcuts in a dialog window.",
"docs": "features/accessibility.html",
"path": "src/editorui/accessibilityhelp/accessibilityhelp.js",
"uiComponents": [
{
"type": "Button",
"name": "accessibilityHelp",
"iconPath": "@ckeditor/ckeditor5-icons/theme/icons/accessibility.svg"
}
]
}
]
}