{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 1,
	"name": "cityspark/cityspark-widget-block",
	"version": "0.1.0",
	"title": "CitySpark Widget Block",
	"category": "widgets",
	"description": "Display a CitySpark widget.",
	"example": {},
	"attributes": {
		"widgetId": {
			"type": "string",
			"default": ""
		}
	},
	"supports": {
		"color": {
			"background": false,
			"text": true
		},
		"html": false,
		"typography": {
			"fontSize": true
		}
	},
	"textdomain": "cityspark_events_and_embeds",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"render": "file:./render.php"
}
