{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "giftflow/campaigns-grid",
	"version": "1.0.0",
	"title": "Campaigns Grid",
	"category": "giftflow",
	"icon": "grid-view",
	"description": "Displays a grid of fundraising campaigns with filtering and pagination.",
	"keywords": ["campaigns", "grid", "list", "fundraising", "all"],
	"supports": {
		"align": ["wide", "full"],
		"html": false
	},
	"attributes": {
		"perPage": { "type": "number", "default": 9 },
		"orderby": { "type": "string", "default": "date" },
		"order": { "type": "string", "default": "DESC" },
		"category": { "type": "string", "default": "" },
		"search": { "type": "string", "default": "" },
		"columns": { "type": "integer", "default": 3 },
		"cardStyle": { "type": "string", "default": "flat" },
		"imageHeight": { "type": "integer", "default": 200 },
		"showProgress": { "type": "boolean", "default": true },
		"showMeta": { "type": "boolean", "default": true },
		"progressColor": { "type": "string", "default": "" },
		"customClass": { "type": "string", "default": "" },
		"inheritCampaignTaxonomy": { "type": "boolean", "default": true }
	},
	"usesContext": ["query", "queryId", "postId"],
	"render": "file:./render.php",
	"editorScript": "giftflow-block-campaigns-grid",
	"style": "file:./style.css"
}

