{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"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": {
		"align": [ "wide", "full" ],
		"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",
	"editorStyle": "file:./build/index.css",
	"style": "file:./build/style-index.css"
}
