{
	"apiVersion": 2,
	"name": "ryelle/grainy-gradient",
	"title": "Grainy Gradient",
	"category": "media",
	"description": "A spacer with a textured gradient background.",
	"keywords": [ "noise" ],
	"attributes": {
		"gradient": {
			"type": "string"
		},
		"height": {
			"type": "number",
			"default": 100
		},
		"type": {
			"type": "string",
			"enum": [ "default", "horizontal", "vertical", "blob" ]
		}
	},
	"supports": {
		"align": [ "wide", "full" ],
		"html": false,
		"spacing": {
			"margin": true,
			"padding": false
		}
	},
	"textdomain": "grainy-gradient-block",
	"editorScript": "file:./build/index.js",
	"style": "file:./build/style-index.css"
}
