@ckeditor/ckeditor5-undo
Version:
Undo feature for CKEditor 5.
24 lines (23 loc) • 471 B
JSON
{
"plugins": [
{
"name": "Undo",
"className": "Undo",
"description": "Support the undo and redo functionalities.",
"docs": "features/undo-redo.html",
"path": "src/undo.js",
"uiComponents": [
{
"type": "Button",
"name": "undo",
"iconPath": "@ckeditor/ckeditor5-icons/theme/icons/undo.svg"
},
{
"type": "Button",
"name": "redo",
"iconPath": "@ckeditor/ckeditor5-icons/theme/icons/redo.svg"
}
]
}
]
}