{
	"apiVersion": 3,
	"name": "vk-blocks/border-box",
	"title": "Border Box",
	"category": "vk-blocks-cat",
	"attributes": {
		"heading": {
			"type": "string",
			"source": "html",
			"selector": "h3,h4,h5,h6,p",
			"__experimentalRole": "content"
		},
		"headingTag": {
			"type": "string",
			"default": "h4"
		},
		"anchor": {
			"type": "string",
			"source": "attribute",
			"attribute": "id",
			"selector": "h3,h4,h5,h6"
		},
		"includeInToc": {
			"type": "boolean",
			"default": false
		},
		"color": {
			"type": "string"
		},
		"borderColor": {
			"type": "string"
		},
		"bgColor": {
			"type": "string",
			"default": "transparent"
		},
		"faIcon": {
			"type": "string",
			"default": ""
		},
		"bodyAlign": {
			"type": "string"
		}
	},
	"description": "This is a border box where you can place headings to attract attention.",
	"textdomain": "vk-blocks",
	"supports": {
		"html": false,
		"className": true
	}
}
