{
	"apiVersion": 3,
	"name": "fsb/flexible-spacer",
	"title": "Flexible Spacer",
	"category": "design",
	"keywords": [ "space", "responsive" ],
	"description": "Add white space between blocks and customize its height for each device.",
	"textdomain": "flexible-spacer-block",
	"attributes": {
		"heightLg": {
			"type": "string",
			"default": "100px"
		},
		"heightMd": {
			"type": "string",
			"default": "100px"
		},
		"heightSm": {
			"type": "string",
			"default": "100px"
		},
		"isNegativeLg": {
			"type": "boolean",
			"default": false
		},
		"isNegativeMd": {
			"type": "boolean",
			"default": false
		},
		"isNegativeSm": {
			"type": "boolean",
			"default": false
		}
	},
	"supports": {
		"anchor": true
	},
	"editorScript": "fsb-flexible-spacer-editor",
	"editorStyle": "fsb-flexible-spacer-editor"
}
