{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "suredonation/campaign-donors",
	"title": "Campaign Donors",
	"description": "Displays the campaign's top donors.",
	"category": "suredonation-campaign",
	"keywords": [ "campaign", "donors", "wall", "supporters" ],
	"textdomain": "suredonation",
	"supports": {
		"html": false,
		"reusable": false
	},
	"example": {
		"attributes": {
			"preview": true
		}
	},
	"attributes": {
		"campaignId": {
			"type": "number",
			"default": 0
		},
		"donorsToShow": {
			"type": "number",
			"default": 5
		},
		"showButton": {
			"type": "boolean",
			"default": false
		},
		"buttonText": {
			"type": "string",
			"default": "Join the list"
		},
		"preview": {
			"type": "boolean",
			"default": false
		}
	}
}
