{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bw/step-layout",
	"version": "1.0.0",
	"title": "Step Layout",
	"category": "design",
	"icon": "layout",
	"description": "A responsive step layout block with three cards that display in a stepped arrangement.",
	"supports": {
		"html": false,
		"align": ["wide", "full"],
		"spacing": {
			"margin": true,
			"padding": true
		}
	},
	"attributes": {
		"stepDirection": {
			"type": "string",
			"default": "low-to-high"
		},
		"cards": {
			"type": "array",
			"default": [
				{
					"title": "Card 1",
					"description": "Description for card 1",
					"buttonText": "Learn More",
					"buttonUrl": "#",
					"backgroundImage": "",
					"backgroundImageId": 0
				},
				{
					"title": "Card 2",
					"description": "Description for card 2",
					"buttonText": "Learn More",
					"buttonUrl": "#",
					"backgroundImage": "",
					"backgroundImageId": 0
				},
				{
					"title": "Card 3",
					"description": "Description for card 3",
					"buttonText": "Learn More",
					"buttonUrl": "#",
					"backgroundImage": "",
					"backgroundImageId": 0
				}
			]
		}
	},
	"textdomain": "kadence-child",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"render": "file:./render.php"
}