{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "simple-x-buttons/mention",
	"version": "2.0.0",
	"title": "X Mention Button",
	"category": "widgets",
	"icon": "admin-comments",
	"description": "Let visitors tweet to a specific X handle with one click. No API key required.",
	"keywords": ["x", "twitter", "mention", "tweet", "social"],
	"textdomain": "simple-x-buttons",
	"supports": { "html": false },
	"attributes": {
		"type":   { "type": "string", "default": "mention" },
		"handle": { "type": "string", "default": "" },
		"label":  { "type": "string", "default": "" },
		"style":  { "type": "string", "default": "" }
	},
	"editorScript": "sxb-block-editor",
	"editorStyle":  "sxb-block-editor-style",
	"style":        "sxb-frontend"
}
