{
	"apiVersion": 2,
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"name": "coblocks/highlight",
	"category": "formatting",
	"attributes": {
		"content": {
			"type": "string",
			"source": "html",
			"selector": "mark"
		},
		"align": {
			"type": "string"
		}
	},
	"supports": {
		"anchor": true,
		"color": {
			"link": false
		},
		"typography": {
			"fontSize": true,
			"lineHeight": true,
			"__experimentalFontStyle": true,
			"__experimentalFontWeight": true,
			"__experimentalLetterSpacing": true,
			"__experimentalTextTransform": true,
			"__experimentalDefaultControls": {
				"fontSize": true
			}
		}
	},
	"textdomain": "coblocks",
	"title": "Highlight",
	"editorScript": ["coblocks-9"],
	"description": "Draw attention and emphasize important narrative."
}
