{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "wuppi/service-card",
	"version": "1.0.1",
	"title": "Service Card",
	"category": "wuppi",
	"icon": "layout",
	"description": "A service card with icon, title, description, and optional link.",
	"textdomain": "wuppi-blocks",
	"attributes": {
		"icon": {
			"type": "string",
			"default": "star"
		},
		"title": {
			"type": "string",
			"default": ""
		},
		"description": {
			"type": "string",
			"default": ""
		},
		"linkUrl": {
			"type": "string",
			"default": ""
		},
		"linkText": {
			"type": "string",
			"default": ""
		},
		"linkEnabled": {
			"type": "boolean",
			"default": false
		},
		"linkTarget": {
			"type": "string",
			"default": ""
		}
	},
	"supports": {
		"html": false,
		"align": [ "wide" ],
		"spacing": {
			"margin": true,
			"padding": true
		}
	}
}
