{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "easy-justified-gallery/gallery",
	"title": "Justified Gallery",
	"category": "media",
	"icon": "format-gallery",
	"description": "A fast, justified image gallery. Pick a saved gallery or choose images right here.",
	"keywords": [ "gallery", "images", "justified", "photos", "lightbox" ],
	"textdomain": "easy-justified-gallery",
	"supports": {
		"html": false,
		"anchor": true,
		"align": [ "wide", "full" ],
		"spacing": { "margin": true }
	},
	"attributes": {
		"source": { "type": "string", "default": "gallery" },
		"galleryId": { "type": "number", "default": 0 },
		"images": { "type": "array", "default": [], "items": { "type": "number" } },
		"inheritLayout": { "type": "boolean", "default": true },
		"rowHeight": { "type": "number", "default": 250 },
		"margin": { "type": "number", "default": 10 },
		"captions": { "type": "string", "default": "none" },
		"link": { "type": "string", "default": "lightbox" }
	},
	"editorScript": [ "file:./index.js", "webtangl-ejg" ],
	"style": "webtangl-ejg"
}
