{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "wuppi/pricing-table",
	"version": "1.0.1",
	"title": "Pricing Table",
	"category": "wuppi",
	"icon": "tag",
	"description": "A pricing card with plan name, price, billing period toggle, feature list, and CTA button.",
	"textdomain": "wuppi-blocks",
	"attributes": {
		"planName": {
			"type": "string",
			"default": ""
		},
		"description": {
			"type": "string",
			"default": ""
		},
		"priceMonthly": {
			"type": "string",
			"default": ""
		},
		"priceYearly": {
			"type": "string",
			"default": ""
		},
		"currency": {
			"type": "string",
			"default": "$"
		},
		"billingToggle": {
			"type": "boolean",
			"default": false
		},
		"features": {
			"type": "array",
			"default": [],
			"items": {
				"type": "object"
			}
		},
		"ctaLabel": {
			"type": "string",
			"default": "Get started"
		},
		"ctaUrl": {
			"type": "string",
			"default": ""
		},
		"isFeatured": {
			"type": "boolean",
			"default": false
		},
		"badge": {
			"type": "string",
			"default": ""
		},
		"ctaTarget": {
			"type": "string",
			"default": ""
		},
		"tableStyle": {
			"type": "string",
			"default": "default"
		},
		"textAlign": {
			"type": "string",
			"default": "center"
		}
	},
	"supports": {
		"html": false,
		"align": [ "wide" ],
		"spacing": {
			"margin": true,
			"padding": true
		}
	}
}

