{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "swell-ai-image-block/image",
	"version": "1.0.0",
	"title": "Swell AI Image",
	"category": "media",
	"icon": "format-image",
	"description": "AI-powered contextual stock image that automatically selects the most relevant royalty-free photo based on your post content.",
	"keywords": [ "image", "ai image", "stock photo", "ai", "swell", "auto image", "smart image", "unsplash", "pexels", "stock" ],
	"supports": {
		"html": false,
		"anchor": true,
		"align": [ "left", "center", "right", "wide", "full" ],
		"color": {
			"text": false,
			"background": false
		},
		"filter": {
			"duotone": true
		},
		"spacing": {
			"margin": true,
			"padding": true
		},
		"__experimentalBorder": {
			"color": true,
			"radius": true,
			"width": true,
			"style": true,
			"__experimentalSkipSerialization": true,
			"__experimentalDefaultControls": {
				"color": true,
				"radius": true,
				"width": true
			}
		},
		"shadow": {
			"__experimentalSkipSerialization": true
		}
	},
	"selectors": {
		"border": ".wp-block-swell-ai-image-block-image img, .wp-block-swell-ai-image-block-image .components-placeholder",
		"shadow": ".wp-block-swell-ai-image-block-image img, .wp-block-swell-ai-image-block-image .components-placeholder",
		"filter": {
			"duotone": ".wp-block-swell-ai-image-block-image img, .wp-block-swell-ai-image-block-image .components-placeholder"
		}
	},
	"styles": [
		{
			"name": "default",
			"label": "Default",
			"isDefault": true
		},
		{
			"name": "rounded",
			"label": "Rounded"
		}
	],
	"attributes": {
		"imageUrl": {
			"type": "string",
			"default": ""
		},
		"imageBaseUrl": {
			"type": "string",
			"default": ""
		},
		"imageAlt": {
			"type": "string",
			"default": ""
		},
		"imageSource": {
			"type": "string",
			"default": "",
			"enum": [ "unsplash", "pexels", "wikimedia", "istock", "adobe", "" ]
		},
		"imageId": {
			"type": "string",
			"default": ""
		},
		"photographer": {
			"type": "string",
			"default": ""
		},
		"photographerUrl": {
			"type": "string",
			"default": ""
		},
		"affiliateUrl": {
			"type": "string",
			"default": ""
		},
		"isPremium": {
			"type": "boolean",
			"default": false
		},
		"searchQuery": {
			"type": "string",
			"default": ""
		},
		"contentHash": {
			"type": "string",
			"default": ""
		},
		"caption": {
			"type": "string",
			"default": ""
		},
		"cachedResults": {
			"type": "array",
			"default": []
		},
		"currentResultIndex": {
			"type": "number",
			"default": 0
		},
		"hideAttribution": {
			"type": "boolean",
			"default": false
		},
		"sizeSlug": {
			"type": "string",
			"default": "full"
		}
	},
	"textdomain": "swell-ai-image-block",
	"editorScript": "file:./build/index.js",
	"editorStyle": "file:./build/index.css",
	"style": "file:./build/style-index.css"
}
