{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "araa/slot",
	"version": "2.0.0",
	"title": "Live Data Display",
	"category": "widgets",
	"icon": "update",
	"description": "Displays a live-refreshing value from a JSON API. Configure slots in the plugin settings.",
	"keywords": [ "api", "json", "live", "refresh", "ajax" ],
	"textdomain": "auto-refresh-api-ajax",
	"attributes": {
		"slotId": {
			"type": "string",
			"default": ""
		},
		"tag": {
			"type": "string",
			"default": "span"
		},
		"className": {
			"type": "string",
			"default": ""
		}
	},
	"supports": {
		"html": false,
		"className": true,
		"color": {
			"text": true,
			"background": true
		},
		"typography": {
			"fontSize": true,
			"fontWeight": true
		},
		"spacing": {
			"margin": true,
			"padding": true
		}
	},
	"editorStyle": "file:./editor.css"
}
