@ckeditor/ckeditor5-revision-history
Version:
Document revision history feature for CKEditor 5.
19 lines (18 loc) • 511 B
JSON
{
"plugins": [
{
"name": "Revision History",
"className": "RevisionHistory",
"docs": "features/collaboration/revision-history/revision-history.html",
"description": "Allows users to create and view the chronological revision history of their content with the possibility to compare any given revisions of the document.",
"path": "src/revisionhistory.ts",
"uiComponents": [
{
"type": "SplitButton",
"name": "revisionHistory",
"iconName": "IconHistory"
}
]
}
]
}