{
	"plugins": [
		{
			"name": "Find and replace",
			"className": "FindAndReplace",
			"path": "src/findandreplace.ts",
			"description": "Implements the find and replace function in CKEditor 5.",
			"docs": "features/find-and-replace.html",
			"uiComponents": [
				{
					"type": "Button",
					"name": "findAndReplace",
					"iconName": "IconFindReplace"
				}
			]
		}
	]
}
