{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "blaminhor-essentials/email",
	"version": "1.0.0",
	"title": "Protected email",
	"category": "text",
	"icon": "email",
	"description": "Show an email address that spam bots cannot read, but visitors can.",
	"textdomain": "blaminhor-essentials",
	"keywords": [ "email", "mailto", "spam", "anti-spam", "obfuscate" ],
	"attributes": {
		"email": {
			"type": "string",
			"default": ""
		},
		"label": {
			"type": "string",
			"default": ""
		},
		"subject": {
			"type": "string",
			"default": ""
		}
	},
	"supports": {
		"html": false
	}
}
