{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "gallery-for-immich/gallery",
	"version": "0.6.0",
	"title": "Gallery for Immich",
	"category": "media",
	"icon": "format-gallery",
	"description": "Display photos and albums from your Immich server",
	"keywords": ["gallery", "photos", "immich", "images"],
	"textdomain": "gallery-for-immich",
	"attributes": {
		"mode": {
			"type": "string",
			"default": "single"
		},
		"album": {
			"type": "string",
			"default": ""
		},
		"albums": {
			"type": "array",
			"default": []
		},
		"asset": {
			"type": "string",
			"default": ""
		},
		"show": {
			"type": "array",
			"default": ["gallery_name", "asset_description"]
		},
		"order": {
			"type": "string",
			"default": ""
		},
		"size": {
			"type": "number",
			"default": 200
		},
		"title_size": {
			"type": "number",
			"default": 16
		},
		"description_size": {
			"type": "number",
			"default": 14
		},
		"date_size": {
			"type": "number",
			"default": 13
		},
		"align": {
			"type": "string",
			"default": "none"
		}
	},
	"supports": {
		"html": false
	},
	"editorScript": "file:./build/index.js"
}
