UNPKG

@ckeditor/ckeditor5-select-all

Version:

Select all feature for CKEditor 5.

19 lines (18 loc) 503 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.js", "uiComponents": [ { "type": "Button", "name": "selectAll", "iconPath": "@ckeditor/ckeditor5-icons/theme/icons/select-all.svg" } ] } ] }