{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "acscw/tipping",
	"version": "3.0.2",
	"title": "Tip Jar",
	"category": "widgets",
	"icon": "heart",
	"description": "Adds buttons so readers can pick an amount and support you. The amounts come from the set defined under Settings › General.",
	"keywords": [ "tip", "tips", "support", "donate" ],
	"textdomain": "acs-content-for-woocommerce",
	"supports": {
		"html": false,
		"multiple": false,
		"reusable": false,
		"inserter": true,
		"anchor": false,
		"spacing": {
			"margin": [ "top", "bottom" ]
		}
	},
	"attributes": {
		"title": {
			"type": "string",
			"default": ""
		},
		"description": {
			"type": "string",
			"default": ""
		}
	},
	"editorScript": "file:./editor.js"
}
