{
	"apiVersion": 2,
	"name": "tiptip/hyperlink-group-block",
	"title": "Hyperlink Group",
	"category": "design",
    "supports": {
        "html": true,
        "anchor": true,
        "align": false,
        "color": {
			"__experimentalSkipSerialization": true,
			"gradients": true
		},
        "__experimentalSelector": ".wp-block-button__link"
    },
    "attributes": {
		"url": {
			"type": "string",
			"source": "attribute",
			"selector": "a",
			"attribute": "href"
		},
		"title": {
			"type": "string",
			"source": "attribute",
			"selector": "a",
			"attribute": "title"
		},
        "linkTarget": {
			"type": "string",
			"source": "attribute",
			"selector": "a",
			"attribute": "target"
		},
		"rel": {
			"type": "string",
			"source": "attribute",
			"selector": "a",
			"attribute": "rel"
		},
        "backgroundColor": {
			"type": "string"
		},
		"textColor": {
			"type": "string"
		},
        "gradient": {
			"type": "string"
		}
    },
	"textdomain": "hyperlink-group-block",
	"editorScript": "file:./build/index.js",
	"style": "file:./build/style-index.css"
}
