@ckeditor/ckeditor5-case-change
Version:
Case change feature for CKEditor 5.
20 lines (19 loc) • 544 B
JSON
{
"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.js",
"uiComponents": [
{
"type": "SplitButton",
"name": "caseChange",
"label": "Case change",
"iconPath": "@ckeditor/ckeditor5-icons/theme/icons/case-change.svg"
}
]
}
]
}