UNPKG

@ckeditor/ckeditor5-select-all

Version:

Select all feature for CKEditor 5.

19 lines (18 loc) 464 B
{ "plugins": [ { "name": "Select all", "className": "SelectAll", "description": "The select all feature lets you select the entire content using the Ctrl/Cmd+A keystroke or a toolbar button. This way you can clear or copy all the content in one move.", "docs": "features/select-all.html", "path": "src/selectall.ts", "uiComponents": [ { "type": "Button", "name": "selectAll", "iconName": "IconSelectAll" } ] } ] }