UNPKG

@ckeditor/ckeditor5-case-change

Version:

Case change feature for CKEditor 5.

20 lines (19 loc) 505 B
{ "plugins": [ { "name": "Case change", "className": "CaseChange", "description": "The case change feature lets you quickly change the letter case of the selected content. Use it to format part of the text like a title or change it to all-caps and back.", "docs": "features/case-change.html", "path": "src/casechange.ts", "uiComponents": [ { "type": "SplitButton", "name": "caseChange", "label": "Case change", "iconName": "IconCaseChange" } ] } ] }