{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "panoramic-image-block/panoramic",
	"title": "Panoramic Image Block",
	"category": "media",
	"icon": "format-gallery",
	"description": "Display a panoramic image created from 3 stitched images.",
	"keywords": [ "panorama", "panoramic", "image", "gallery", "360" ],
	"version": "1.0.0",
	"textdomain": "panoramic-image-block",
	"supports": {
		"html": false,
		"align": [ "wide", "full" ],
		"spacing": {
			"margin": true,
			"padding": true
		}
	},
	"attributes": {
		"images": {
			"type": "array",
			"default": [],
			"items": {
				"type": "object",
				"properties": {
					"id": {
						"type": "number"
					},
					"url": {
						"type": "string"
					},
					"alt": {
						"type": "string"
					}
				}
			}
		},
		"altText": {
			"type": "string",
			"default": ""
		}
	},
	"example": {
		"attributes": {
			"images": [],
			"altText": "Sample panoramic view"
		}
	},
	"editorScript": "file:./build/index.js",
	"editorStyle": "file:./build/index.css",
	"style": "file:./build/style-index.css"
}
