{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "dashdig/humanizer",
	"version": "1.2.0",
	"title": "Dashdig Humanizer",
	"category": "embed",
	"description": "Shorten any URL into a human-readable Dashdig link without leaving the editor.",
	"textdomain": "dashdig-analytics",
	"attributes": {
		"longUrl": {
			"type": "string",
			"default": ""
		},
		"shortUrl": {
			"type": "string",
			"default": ""
		},
		"displayUrl": {
			"type": "string",
			"default": ""
		},
		"originalUrl": {
			"type": "string",
			"default": ""
		}
	},
	"supports": {
		"html": false,
		"align": [
			"wide",
			"full"
		]
	},
	"editorScript": "file:./humanizer.js",
	"style": "file:./style-humanizer.css",
	"editorStyle": "file:./humanizer.css"
}
