{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bw/curve",
	"title": "Brentwood Curve Divider",
	"category": "design",
	"icon": "image-flip-horizontal",
	"description": "Curved divider that bulges the section's background colour into the adjacent image, matching brentwood.ca. Place it inside the text column; pick which side it bulges toward.",
	"textdomain": "kadence-child",
	"supports": {
		"html": false,
		"anchor": false,
		"multiple": true
	},
	"attributes": {
		"side":   { "type": "string", "default": "right" },
		"bleed":  { "type": "string", "default": "" },
		"width":  { "type": "string", "default": "" },
		"height": { "type": "string", "default": "" },
		"color":  { "type": "string", "default": "" }
	},
	"editorScript": "bw-curve-editor",
	"render": "file:./render.php"
}
