{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "wuppi/notice",
	"version": "1.0.1",
	"title": "Notice",
	"category": "wuppi",
	"icon": "info",
	"description": "A styled notice or alert box with optional title and icon. Supports info, warning, success, and error types.",
	"textdomain": "wuppi-blocks",
	"attributes": {
		"type": {
			"type": "string",
			"default": "info"
		},
		"title": {
			"type": "string",
			"default": ""
		},
		"content": {
			"type": "string",
			"default": ""
		},
		"showIcon": {
			"type": "boolean",
			"default": true
		}
	},
	"supports": {
		"html": false,
		"align": [ "wide" ],
		"spacing": {
			"margin": true,
			"padding": true
		}
	}
}
