{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 3,
	"name": "bm/a",
	"title": "Link Wrapper",
	"description": "Anchor element with Blocks Monster interactions, dynamic sources, and typography controls.",
	"version": "0.0.1",
	"icon": "editor-textcolor",
	"attributes": {
		"content": {
			"type": "string"
		},
		"interactions": {
			"type": "array"
		},
		"link": {
			"type": "string"
		},
		"target": {
			"type": "string"
		},
		"_bm_id": {
			"type": "string"
		},
		"_bm_style": {
			"type": "object"
		}
    },
	"category": "blocks-monster",
	"textdomain": "blocks-monster",
	"editorScript": "file:./js/index.js"
}