{
	"apiVersion": 3,
	"name": "vk-blocks/heading",
	"category": "vk-blocks-cat",
	"title": "Heading ( not recommended )",
	"attributes": {
		"anchor": {
			"type": "string",
			"source": "attribute",
			"attribute": "id",
			"selector": "*"
		},
		"level": {
			"type": "number",
			"default": 2
		},
		"align": {
			"type": "string"
		},
		"titleStyle": {
			"type": "string",
			"default": "default"
		},
		"outerMarginBottom": {
			"type": "number",
			"default": null
		},
		"title": {
			"type": "string",
			"source": "html",
			"selector": "span",
			"default": ""
		},
		"titleColor": {
			"type": "string"
		},
		"titleSize": {
			"type": "number"
		},
		"titleMarginBottom": {
			"type": "number",
			"default": null
		},
		"subText": {
			"source": "html",
			"selector": "p",
			"default": ""
		},
		"subTextFlag": {
			"type": "string",
			"default": "off"
		},
		"subTextColor": {
			"type": "string"
		},
		"subTextSize": {
			"type": "number"
		},
		"fontAwesomeIconBefore": {
			"type": "string",
			"default": ""
		},
		"fontAwesomeIconAfter": {
			"type": "string",
			"default": ""
		},
		"fontAwesomeIconColor": {
			"type": "string"
		}
	},
	"description": "This is a heading that allows you to set text size, subtext, icon, and margin.",
	"textdomain": "vk-blocks",
	"supports": {
		"className": true,
		"customClassName": true,
		"anchor": true
	}
}
