{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"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.",
	"icon": "<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='black' viewBox='0 0 24 24'><path d='M4.5 15.5H8.5V17H2V10.5H3.5V14.5L14.5 3.5H10.5V2H17V8.5H15.5V4.5L4.5 15.5Z'/><path d='M20 10L15 10C13.9 10 13 10.9 13 12V20C13 21.1 13.9 22 15 22H20C21.1 22 22 21.1 22 20V12C22 10.9 21.1 10 20 10ZM20.5 20C20.5 20.3 20.3 20.5 20 20.5H15C14.7 20.5 14.5 20.3 14.5 20V12C14.5 11.7 14.7 11.5 15 11.5H20C20.3 11.5 20.5 11.7 20.5 12V20ZM16.5 19.5H18.5V18.5H16.5V19.5Z'/></svg>",
	"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"
}
