{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "luxe-gallery/gallery",
	"version": "1.1.1",
	"title": "Luxe Gallery",
	"category": "media",
	"icon": "format-gallery",
	"description": "Display a beautiful Airbnb-style hero grid gallery with categories and lightbox.",
	"keywords": [ "gallery", "images", "photos", "hero", "grid", "airbnb", "lightbox" ],
	"textdomain": "luxe-gallery",
	"attributes": {
		"galleryId": {
			"type": "string",
			"default": ""
		},
		"showTitle": {
			"type": "boolean",
			"default": false
		},
		"titleTag": {
			"type": "string",
			"default": "h2",
			"enum": [ "h1", "h2", "h3", "h4", "h5", "h6" ]
		},
		"layout": {
			"type": "string",
			"default": "hero-grid",
			"enum": [ "hero-grid", "grid", "masonry" ]
		},
		"columns": {
			"type": "number",
			"default": 4
		},
		"gap": {
			"type": "number",
			"default": 8
		},
		"borderRadius": {
			"type": "number",
			"default": 12
		},
		"showImageCount": {
			"type": "boolean",
			"default": true
		},
		"enableLightbox": {
			"type": "boolean",
			"default": true
		},
		"enableSharing": {
			"type": "boolean",
			"default": false
		}
	},
	"supports": {
		"html": false,
		"align": [ "wide", "full" ],
		"anchor": true,
		"className": true,
		"color": {
			"background": true,
			"text": false
		},
		"spacing": {
			"margin": true,
			"padding": true
		}
	},
	"editorScript": "file:./js/luxe-gallery-block.js",
	"editorStyle": "file:./css/luxe-gallery-block-editor.css",
	"style": "file:../public/css/luxe-gallery-public.css",
	"render": "file:./render.php"
}
