{
	"apiVersion": 2,
	"name": "areoi/button-group",
	"title": "Button Group",
	"parent": null,
	"category": "areoi-components",
	"description": "Group a series of buttons together on a single line or stack them in a vertical column.",
	"textdomain": "default",
	"keywords": [ "areoi", "bootstrap", "layout" ],
	"example": {
		"attributes": {
			"preview": true
		}
	},
	"attributes": {
		"preview": {
			"type": "boolean",
			"default": false
		},
		"anchor": {
			"type": "string",
			"default": false
		},
		"block_id": {
			"type": "string",
			"default": null
		},
		"style": {
			"type": "string",
			"default": "btn-group"
		},
		"size": {
			"type": "string",
			"default": null
		},

		"hide_xs": {
			"type": "boolean",
			"default": false
		},
		"hide_sm": {
			"type": "boolean",
			"default": false
		},
		"hide_md": {
			"type": "boolean",
			"default": false
		},
		"hide_lg": {
			"type": "boolean",
			"default": false
		},
		"hide_xl": {
			"type": "boolean",
			"default": false
		},
		"hide_xxl": {
			"type": "boolean",
			"default": false
		}
	},
	"supports": {
		"anchor": true,
		"align": false,
		"html": false
	},
	"editorScript": "areoi-blocks",
    "editorStyle": "file:./index.css",
    "style": "file:../../build/style.css"
}
