UNPKG

@ckeditor/ckeditor5-remove-format

Version:

Remove format feature for CKEditor 5.

19 lines (18 loc) 537 B
{ "plugins": [ { "name": "Remove format", "className": "RemoveFormat", "description": "Allows you to quickly remove any text formatting applied using inline HTML elements and CSS styles like basic text styles (bold, italic, etc.), font family, size, and color and similar.", "docs": "features/remove-format.html", "path": "src/removeformat.js", "uiComponents": [ { "type": "Button", "name": "removeFormat", "iconPath": "@ckeditor/ckeditor5-icons/theme/icons/remove-format.svg" } ] } ] }