{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"attributes": {
		"align": {
			"default": "wide",
			"type": "string"
		},
		"ids": {
			"default": [],
			"type": "array"
		},
		"images": {
			"default": [],
			"type": "array"
		},
		"sizeSlug": {
			"type": "string"
		}
	},
	"category": "layout",
	"description": "A simple gallery block with thumbnails navigation.",
	"editorScript": "file:./build/index.js",
	"keywords": [ "image", "gallery", "slideshow", "slider" ],
	"name": "mypreview/gallery-thumbnails",
	"style": "file:./build/style-index.css",
	"supports": {
		"align": [ "wide", "full" ],
		"anchor": true,
		"html": false
	},
	"textdomain": "gallery-thumbnails",
	"title": "Gallery Thumbnails",
	"viewScript": "file:./build/view.js"
}
