UNPKG

@ckeditor/ckeditor5-find-and-replace

Version:

Find and replace feature for CKEditor 5.

19 lines (18 loc) 418 B
{ "plugins": [ { "name": "Find and replace", "className": "FindAndReplace", "path": "src/findandreplace.js", "description": "Implements the find and replace function in CKEditor 5.", "docs": "features/find-and-replace.html", "uiComponents": [ { "type": "Button", "name": "findAndReplace", "iconPath": "@ckeditor/ckeditor5-icons/theme/icons/find-replace.svg" } ] } ] }