{
	"apiVersion": 2,
	"name": "sixa/spacer",
	"title": "Spacer",
	"category": "design",
	"description": "Block to add empty vertical space (full-width).",
	"keywords": [
		"sixa", 
		"blank", 
		"divider", 
		"margin", 
		"separator"
	],
	"supports": {
		"anchor": true,
		"html": false
	},
	"attributes": {
		"backgroundColor": {
			"type": "string"
		},
		"customBackgroundColor": {
			"type": "string"
		},
		"customGradient": {
			"type": "string"
		},
		"height": {
            "type": "number",
            "default": 100
        },
		"gradient": {
			"type": "string"
		},
        "visible": {
            "type": "object",
            "default": {
                "widescreen": false,
                "laptop": false,
                "tablet": false,
                "mobile": false
            }
        }
	},
	"textdomain": "sixa-block-spacer",
	"editorScript": "file:./build/index.js",
	"style": "file:./build/style-index.css"
}