{
	"plugins": [
		{
			"name": "Format painter",
			"className": "FormatPainter",
			"description": "Allows you to copy text formatting from one place in the document and apply it to another.",
			"docs": "features/format-painter.html",
			"path": "src/formatpainter.ts",
			"uiComponents": [
				{
					"type": "SplitButton",
					"name": "formatPainter",
					"iconName": "IconPaintRoller"
				}
			]
		}
	]
}
