{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bw-dev/separator",
	"title": "BW Separator",
	"category": "design",
	"icon": "minus",
	"description": "Decorative divider — two horizontal lines flanking a Unicode glyph or your own uploaded SVG. Optional color and alignment.",
	"keywords": [ "separator", "divider", "ornament", "rule" ],
	"supports": {
		"html": false,
		"align": false,
		"customClassName": false
	},
	"attributes": {
		"align":      { "type": "string", "default": "center" },
		"symbolType": { "type": "string", "default": "predefined" },
		"symbol":     { "type": "string", "default": "✦" },
		"svgId":      { "type": "number", "default": 0 },
		"svgUrl":     { "type": "string", "default": "" },
		"color":      { "type": "string", "default": "" }
	},
	"textdomain": "bw-dev",
	"editorScript": "file:./editor.js",
	"style": "file:./style.css",
	"render": "file:./render.php"
}
