{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "daquote/daquote-block",
	"version": "1.0",
	"title": "Display a Quote",
	"category": "text",
	"icon": "format-quote",
	"textdomain": "display-a-quote",
	"attributes": {
		"shortcodeSettings": {
			"type": "string"
		}
	},
	"editorScript": "file:./index.js"
}