{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "ska/image",
	"title": "Image",
	"description": "Display photographs, illustrations, graphics, or any visual content designed for viewing on digital devices.",
	"keywords": ["icon", "svg", "lottie", "gif", "png", "jpg", "placeholder", "graphics", "photo", "vector", "raster"],
	"category": "ska-blocks",
	"textdomain": "ska-blocks",
	"attributes": {
		"mode": {
			"type": "string",
			"default": "placeholder"
		},
		"role": {
			"type": "string",
			"default": "figure"
		},
		"featured": {
			"type": "boolean",
			"default": false
		},
		"featuredSize": {
			"type": "string",
			"default": "full"
		},
		"featuredCrop": {
			"type": "boolean",
			"default": true
		},
		"featuredPlaceholder": {
			"type": "boolean",
			"default": false
		},
		"featuredExclusive": {
			"type": "boolean",
			"default": false
		},
		"metaKey": {
			"type": "string",
			"default": ""
		},
		"width": {
			"type": "number",
			"default": 0
		},
		"height": {
			"type": "number",
			"default": 0
		},
		"svg": {
			"type": "string"
		},
		"id": {
			"type": "number"
		},
		"src": {
			"type": "string",
			"source": "attribute",
			"selector": "img,lottie-player",
			"attribute": "src",
			"default": ""
		},
		"alt": {
			"type": "string",
			"source": "attribute",
			"selector": "img",
			"attribute": "alt",
			"default": ""
		},
		"collection": {
			"type": "string"
		},
		"icon": {
			"type": "string"
		},
		"loading": {
			"type": "string",
			"default": "lazy"
		},
		"lightbox": {
			"type": "boolean",
			"default": false
		},
		"wrap": {
			"type": "boolean",
			"default": true
		},
		"cover": {
			"type": "boolean",
			"default": false
		},
		"srcset": {
			"type": "boolean",
			"default": true
		},
		"placeholder": {
			"type": "boolean",
			"default": false
		},
		"preloadPlaceholder": {
			"type": "boolean",
			"default": true
		},
		"placeholderIndex": {
			"type": "number",
			"default": 0
		},
		"sanitize": {
			"type": "boolean",
			"default": true
		},
		"lottieControls": {
			"type": "boolean",
			"default": false
		},
		"lottieAutoplay": {
			"type": "boolean",
			"default": true
		},
		"lottieLoop": {
			"type": "boolean",
			"default": true
		},
		"lottieHover": {
			"type": "boolean",
			"default": false
		},
		"lottieMode": {
			"type": "string",
			"default": "normal"
		},
		"lottieSpeed": {
			"type": "number",
			"default": 1
		},
		"lottieDirection": {
			"type": "number",
			"default": 1
		}
	},
	"usesContext": ["postId", "postType", "queryId"],
	"supports": {
		"align": true,
		"anchor": true,
		"interactivity": {
			"clientNavigation": true
		},
		"skaBlocksLink": true,
		"skaBlocksAttributes": true
	}
}
