{
	"plugins": [
		{
			"name": "Highlight",
			"className": "Highlight",
			"description": "Offers the text marking tools (pens and markers) useful when reviewing content or highlighting it for future reference.",
			"docs": "features/highlight.html",
			"path": "src/highlight.js",
			"uiComponents": [
				{
					"type": "SplitButton",
					"name": "highlight",
					"iconPath": "@ckeditor/ckeditor5-icons/theme/icons/pen.svg"
				}
			],
			"htmlOutput": [
				{
					"elements": "mark",
					"classes": [
						"marker-yellow",
						"marker-green",
						"marker-pink",
						"marker-blue",
						"pen-red",
						"pen-green"
					],
					"_comment": "By default, this plugin has 4 markers and 2 pens preconfigured."
				},
				{
					"elements": "mark",
					"classes": "*",
					"isAlternative": true,
					"_comment": "The plugin can be configured to set any classes on the `<mark>` element."
				}
			]
		}
	]
}
