{
	"plugins": [
		{
			"name": "Block quote",
			"className": "BlockQuote",
			"description": "Implements the block quote support to easily include quotations and passages in the rich-text content.",
			"docs": "features/block-quote.html",
			"path": "src/blockquote.js",
			"uiComponents": [
				{
					"type": "Button",
					"name": "blockQuote",
					"iconPath": "@ckeditor/ckeditor5-core/theme/icons/quote.svg"
				}
			],
			"htmlOutput": [
				{
					"elements": "blockquote"
				}
			]
		}
	]
}
