@ckeditor/ckeditor5-essentials
Version:
Essential editing features for CKEditor 5.
16 lines (15 loc) • 351 B
JSON
{
"plugins": [
{
"name": "Essentials",
"className": "Essentials",
"description": "Includes all essential editing features like the clipboard, <kbd>Enter</kbd> and <kbd>Shift</kbd>+<kbd>Enter</kbd> keystrokes, typing and the undo support.",
"path": "src/essentials.js",
"htmlOutput": [
{
"elements": "br"
}
]
}
]
}