{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "giftflow/campaign-single-images",
	"version": "1.0.0",
	"title": "Campaign Images",
	"category": "giftflow",
	"icon": "format-gallery",
	"description": "Displays a campaign's featured image and gallery with a lightbox viewer.",
	"keywords": ["gallery", "image", "photos", "lightbox"],
	"supports": {
		"spacing": {
			"margin": true,
			"padding": true
		},
		"align": ["wide", "full"],
		"html": false
	},
	"usesContext": ["postId", "postType"],
	"attributes": {
		"__editorPostId": {
			"type": "number",
			"default": 0
		}
	},
	"render": "file:./render.php",
	"editorScript": "giftflow-block-campaign-single-images",
	"viewScript": "giftflow-block-campaign-single-images-view",
	"style": "file:./style.css"
}
