{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "onetwothreesend/signup-form",
	"title": "One Two Three Send — Signup Form",
	"category": "widgets",
	"icon": "email-alt",
	"description": "Inline newsletter signup form.",
	"textdomain": "onetwothreesend",
	"attributes": {
		"formId": { "type": "number", "default": 1 }
	},
	"supports": { "align": [ "wide", "full" ] },
	"render": "file:./render.php"
}
