{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "rss-image-widget/gallery",
	"version": "3.0.0",
	"title": "RSS Image Gallery",
	"category": "widgets",
	"icon": "format-gallery",
	"description": "Display images from an RSS or Atom feed as a lightbox gallery.",
	"attributes": {
		"url": {
			"type": "string",
			"default": ""
		},
		"images": {
			"type": "number",
			"default": 5
		}
	},
	"supports": {
		"html": false,
		"align": [ "wide", "full" ]
	},
	"textdomain": "rss-image-widget",
	"editorScript": "file:./js/block-editor.js",
	"style": "file:./css/style.css"
}
