File: //home/arjun/projects/buyercall/node_modules/@ckeditor/ckeditor5-essentials/ckeditor5-metadata.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",
"uiComponents": [
{
"type": "Button",
"name": "undo",
"iconPath": "@ckeditor/ckeditor5-undo/theme/icons/undo.svg"
},
{
"type": "Button",
"name": "redo",
"iconPath": "@ckeditor/ckeditor5-undo/theme/icons/redo.svg"
}
],
"htmlOutput": [
{
"elements": "br"
}
]
}
]
}