{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "affistyle/aff-box",
	"version": "1.0.0",
	"title": "AffiStyle Affiliate Card",
	"category": "widgets",
	"icon": "feedback",
	"description": "Insert a responsive affiliate product box or review card.",
	"supports": {
		"html": false
	},
	"textdomain": "affistyle",
	"editorScript": "affistyle-block-js",
	"editorStyle": "affistyle-block-editor-css",
	"style": "affistyle-block-frontend-css",
	"viewScript": "affistyle-tracker-js",
	"attributes": {
		"boxId": {
			"type": "string",
			"default": ""
		}
	}
}
