{
	"apiVersion": 3,
	"name": "vk-blocks/balloon",
	"title": "Ballon",
	"description": "These speech balloons are perfect for recreating conversations.",
	"category": "vk-blocks-cat",
	"attributes": {
		"content": {
			"source": "html",
			"selector": "p"
		},
		"balloonName": {
			"source": "html",
			"selector": "figcaption"
		},
		"balloonType": {
			"type": "string",
			"default": "type-speech"
		},
		"balloonFullWidth": {
			"type": "boolean",
			"default": false
		},
		"balloonIconDisplay": {
			"type": "boolean",
			"default": true
		},
		"balloonBorder": {
			"type": "boolean",
			"default": false
		},
		"balloonImageBorder": {
			"type": "boolean",
			"default": false
		},
		"balloonBorderWidth": {
			"type": "string",
			"default": "thin"
		},
		"balloonBorderColor": {
			"type": "string"
		},
		"balloonBgColor": {
			"type": "string"
		},
		"balloonAlign": {
			"type": "string",
			"default": "position-left"
		},
		"IconImage": {
			"type": "string",
			"default": null
		},
		"balloonImageType": {
			"type": "string",
			"default": "normal"
		},
		"balloonAnimation": {
			"type": "string",
			"default": "none"
		}
	},
	"textdomain": "vk-blocks",
	"supports": {
		"html": false,
		"className": true
	}
}
