{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "opendev/icon-footnote",
	"version": "0.1.3",
	"title": "Icon Footnote",
	"category": "widgets",
	"keywords": ["footnote", "icons", "gotemberg", "block"],
	"icon": "align-full-width",
	"description": "Block that adds beautiful footnotes using material icons.",
	"supports": {
		"html": true
	},
	"textdomain": "icon-footnote",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"attributes": {
		"note": {
			"type": "string",
			"source": "html",
			"selector": "div.wp-material-footnote-text",
			"default": ""
		},
		"icon": {
			"type": "string",
			"source": "attribute",
			"attribute": "d",
			"selector": "path",
			"default": "M10,19H13V22H10V19M12,2C17.35,2.22 19.68,7.62 16.5,11.67C15.67,12.67 14.33,13.33 13.67,14.17C13,15 13,16 13,17H10C10,15.33 10,13.92 10.67,12.92C11.33,11.92 12.67,11.33 13.5,10.67C15.92,8.43 15.32,5.26 12,5A3,3 0 0,0 9,8H6A6,6 0 0,1 12,2Z"
		},
		"color": {
			"type": "string",
			"source": "attribute",
			"attribute": "fill",
			"selector": "path",
			"default": "#000"
		},
		"textSize": {
			"type": "string",
			"source": "attribute",
			"attribute": "class",
			"selector": "span",
			"default": "font-size-10px"
		}
	}
}
