{
	"$schema": "https://json.schemastore.org/block.json",
	"apiVersion": 2,
	"name": "sparklab-content-wingman/block-controls",
	"title": "SparkLab: Content Wingman",
	"icon": "universal-access-alt",
	"category": "layout",
	"attributes": {
		"content": {
			"type": "string",
			"source": "html",
			"selector": "p"
		},
		"alignment": {
			"type": "string",
			"default": "none"
		}
	},
	"editorScript": "file:./block.js",
	"editorStyle": "file:./editor.css",
	"style": "file:./style.css"
}
