{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 2,
	"name": "create-block/content-hub-block",
	"version": "0.1.0",
	"title": "Content Hub Block",
	"category": "widgets",
	"icon": "smiley",
	"description": "",
	"supports": {
		"html": false
	},
	"attributes": {
		"id": {
			"type": "number",
			"default": 4
		},
		"message": {
			"type": "string",
			"default": "Hello World"
		}
	},
	"textdomain": "content-hub-block",
	"editorScript": "file:./build/index.js",
	"editorStyle": "file:./build/index.css",
	"style": "file:./build/style-index.css"
}