{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "shop-press/loop-stock",
	"version": "1.0.0",
	"title": "Loop Product Stock",
	"category": "sp_woo_loop",

	"description": "",
	"supports": {
		"html": false
	},
	"textdomain": "shop-press",
	"editorScript": "file:./index.js",
	"render": "file:./render.php",
	"attributes": {
		"label": {
			"type": "string"
		},
		"wrapperID": {
			"type": "string",
			"default": ""
		},
		"styler": {
			"type": "string",
			"default": "{}"
		}
	}
}
