{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "rexultz/product-feed",
	"version": "2.1.7",
	"title": "Rexultz Product Feed",
	"category": "embed",
	"description": "Embed a Rexultz product feed on your page with server-side rendering.",
	"keywords": [ "rexultz", "product", "feed", "affiliate", "embed", "shopping" ],
	"textdomain": "rexultz-product-feeds",
	"icon": "products",
	"attributes": {
		"feedId": {
			"type": "number",
			"default": 0
		},
		"showPreview": {
			"type": "boolean",
			"default": true
		}
	},
	"supports": {
		"html": false,
		"align": [ "wide", "full" ],
		"spacing": {
			"margin": true,
			"padding": true
		}
	},
	"editorScript": "file:../js/block.js",
	"editorStyle": "file:../css/editor.css",
	"example": {
		"attributes": {
			"feedId": 12345
		}
	}
}
