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