{
	"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"
				}
			]
		}
	]
}
