{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "suredonation/campaign-donate-button",
	"title": "Campaign Donate Button",
	"description": "A call-to-action button that takes supporters to the campaign's donation form.",
	"category": "suredonation-campaign",
	"keywords": [ "campaign", "donate", "button", "cta" ],
	"textdomain": "suredonation",
	"supports": {
		"html": false,
		"reusable": false
	},
	"example": {
		"attributes": {
			"preview": true
		}
	},
	"attributes": {
		"campaignId": {
			"type": "number",
			"default": 0
		},
		"buttonText": {
			"type": "string",
			"default": "Donate"
		},
		"preview": {
			"type": "boolean",
			"default": false
		}
	}
}
