{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "rover-idx/listings",
	"title": "Listings",
	"category": "rover-idx-data-blocks",
	"description": "Insert Rover IDX listings",
	"icon": "shortcode",
	"textdomain": "rover-idx",
	"attributes": {
		"text": {
			"type": "string",
			"source": "html"
		},
		"render_msg": {
			"type": "string",
			"default": "[rover_idx_listings]"
		}
	},
	"providesContext": {
		"rover-idx/message": "message"
	},
	"supports": {
		"className": false,
		"customClassName": false,
		"html": false
	},
	"editorScript": "rover-idx-block-js-listings",
	"editorStyle": "rover-idx-block-css"
}
