{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bw-dev/subtitle",
	"title": "BW Subtitle",
	"category": "design",
	"icon": "text",
	"description": "An eyebrow / subtitle text with uppercase letter-spaced styling. Optional alignment, custom color, and link.",
	"keywords": [ "subtitle", "eyebrow", "heading", "label", "kicker" ],
	"supports": {
		"html": false,
		"align": false,
		"customClassName": false
	},
	"attributes": {
		"text":       { "type": "string", "default": "" },
		"align":      { "type": "string", "default": "left" },
		"color":      { "type": "string", "default": "" },
		"url":        { "type": "string", "default": "" },
		"linkTarget": { "type": "string", "default": "_self" }
	},
	"textdomain": "bw-dev",
	"editorScript": "file:./editor.js",
	"style": "file:./style.css",
	"render": "file:./render.php"
}
