{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "absolute-contact/form",
	"version": "1.0.0",
	"title": "Contact Form",
	"category": "design",
	"icon": "email-alt",
	"description": "A contact form block designed and styled specifically for the Absolute 2026 theme.",
	"keywords": ["contact", "email", "form"],
	"textdomain": "absolute-contact",
	"supports": {
		"align": ["wide", "full"],
		"html": false,
		"className": true,
		"spacing": {
			"margin": true,
			"padding": true
		}
	},
	"editorScript": "file:./editor.js",
	"viewScript": "file:./view.js",
	"style": "file:./style.css",
	"render": "file:./render.php"
}
