{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "ska/gallery",
	"title": "Gallery",
	"description": "Displays images from the WordPress Media Library.",
	"keywords": ["album", "images", "list"],
	"category": "ska-blocks",
	"textdomain": "ska-blocks",
	"attributes": {
		"ids": {
			"type": "array",
			"default": []
		},
		"role": {
			"type": "string",
			"default": "figure"
		},
		"cover": {
			"type": "boolean",
			"default": false
		},
		"size": {
			"type": "string",
			"default": "full"
		},
		"width": {
			"type": "number",
			"default": 0
		},
		"height": {
			"type": "number",
			"default": 0
		},
		"crop": {
			"type": "boolean",
			"default": true
		},
		"linkTo": {
			"type": "string",
			"default": "none"
		},
		"links": {
			"type": "string",
			"default": ""
		},
		"lightbox": {
			"type": "boolean",
			"default": false
		},
		"srcset": {
			"type": "boolean",
			"default": true
		},
		"lazyload": {
			"type": "boolean",
			"default": false
		},
		"eager": {
			"type": "number",
			"default": 0
		},
		"wrap": {
			"type": "boolean",
			"default": true
		}
	},
	"supports": {
		"align": true,
		"anchor": true,
		"interactivity": {
			"clientNavigation": true
		},
		"skaBlocksAs": true,
		"skaBlocksAttributes": true
	}
}
