{
	"apiVersion": 2,
	"name": "areoi/button",
	"title": "Button",
	"parent": null,
	"category": "areoi-components",
	"description": "Use Bootstrap’s custom button styles for actions in forms, dialogs, and more with support for multiple sizes, states, and more.",
	"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
		},
		"type": {
			"type": "string",
			"default": "a"
		},
		"style": {
			"type": "string",
			"default": "btn-primary"
		},
		"size": {
			"type": "string",
			"default": null
		},
		"text_wrap": {
			"type": "string",
			"default": null
		},
		"link_to_modal": {
			"type": "boolean",
			"default": false
		},
		"url": {
			"type": "string",
			"default": null
		},
		"url_title": {
	        "type": "string",
	        "default": null
	    },
		"title": {
			"type": "string",
			"default": null
		},
		"text": {
			"type": "string",
			"default": null
		},
		"linkTarget": {
			"type": "string",
			"default": null
		},
		"rel": {
			"type": "string",
			"default": null
		},

		"include_icon": {
			"type": "boolean",
			"default": false
		},
		"icon": {
			"type": "string",
			"default": "bi-activity"
		},
		"icon_size": {
			"type": "string",
			"default": "24"
		},
		"icon_position": {
			"type": "string",
			"default": "append"
		},

		"popover": {
			"type": "boolean",
			"default": false
		},
		"popover_title": {
			"type": "string",
			"default": null
		},
		"popover_content": {
			"type": "string",
			"default": null
		},
		"popover_direction": {
			"type": "string",
			"default": "top"
		},
		"popover_trigger": {
			"type": "string",
			"default": null
		},

		"tooltip": {
			"type": "boolean",
			"default": false
		},
		"tooltip_content": {
			"type": "string",
			"default": null
		},
		"tooltip_direction": {
			"type": "string",
			"default": "top"
		},

		"dropdown": {
			"type": "boolean",
			"default": false
		},
		"dropdown_auto_close": {
			"type": "string",
			"default": "true"
		},
		"dropdown_style": {
			"type": "string",
			"default": null
		},
		"dropdown_direction": {
			"type": "string",
			"default": "dropdown"
		},
		"dropdown_menu_alignment": {
			"type": "string",
			"default": null
		},

		"badge": {
			"type": "boolean",
			"default": false
		},
		"badge_style": {
			"type": "string",
			"default": null
		},
		"badge_background": {
			"type": "string",
			"default": null
		},
		"badge_text_color": {
			"type": "string",
			"default": null
		},
		"badge_content": {
			"type": "string",
			"default": null
		},
		"badge_classes": {
			"type": "string",
			"default": null
		},

		"height_dimension_xs": {
			"type": "string",
			"default": null
		},
		"height_unit_xs": {
			"type": "string",
			"default": "px"
		},
		"padding_top_xs": {
			"type": "string",
			"default": null
		},
		"padding_right_xs": {
			"type": "string",
			"default": null
		},
		"padding_bottom_xs": {
			"type": "string",
			"default": null
		},
		"padding_left_xs": {
			"type": "string",
			"default": null
		},
		"margin_top_xs": {
			"type": "string",
			"default": null
		},
		"margin_right_xs": {
			"type": "string",
			"default": null
		},
		"margin_bottom_xs": {
			"type": "string",
			"default": null
		},
		"margin_left_xs": {
			"type": "string",
			"default": null
		},
		"hide_xs": {
			"type": "boolean",
			"default": false
		},
		"block_xs": {
			"type": "boolean",
			"default": false
		},

		"height_dimension_sm": {
			"type": "string",
			"default": null
		},
		"height_unit_sm": {
			"type": "string",
			"default": "px"
		},
		"padding_top_sm": {
			"type": "string",
			"default": null
		},
		"padding_right_sm": {
			"type": "string",
			"default": null
		},
		"padding_bottom_sm": {
			"type": "string",
			"default": null
		},
		"padding_left_sm": {
			"type": "string",
			"default": null
		},
		"margin_top_sm": {
			"type": "string",
			"default": null
		},
		"margin_right_sm": {
			"type": "string",
			"default": null
		},
		"margin_bottom_sm": {
			"type": "string",
			"default": null
		},
		"margin_left_sm": {
			"type": "string",
			"default": null
		},
		"hide_sm": {
			"type": "boolean",
			"default": false
		},
		"block_sm": {
			"type": "boolean",
			"default": false
		},

		"height_dimension_md": {
			"type": "string",
			"default": null
		},
		"height_unit_md": {
			"type": "string",
			"default": "px"
		},
		"padding_top_md": {
			"type": "string",
			"default": null
		},
		"padding_right_md": {
			"type": "string",
			"default": null
		},
		"padding_bottom_md": {
			"type": "string",
			"default": null
		},
		"padding_left_md": {
			"type": "string",
			"default": null
		},
		"margin_top_md": {
			"type": "string",
			"default": null
		},
		"margin_right_md": {
			"type": "string",
			"default": null
		},
		"margin_bottom_md": {
			"type": "string",
			"default": null
		},
		"margin_left_md": {
			"type": "string",
			"default": null
		},
		"hide_md": {
			"type": "boolean",
			"default": false
		},
		"block_md": {
			"type": "boolean",
			"default": false
		},

		"height_dimension_lg": {
			"type": "string",
			"default": null
		},
		"height_unit_lg": {
			"type": "string",
			"default": "px"
		},
		"padding_top_lg": {
			"type": "string",
			"default": null
		},
		"padding_right_lg": {
			"type": "string",
			"default": null
		},
		"padding_bottom_lg": {
			"type": "string",
			"default": null
		},
		"padding_left_lg": {
			"type": "string",
			"default": null
		},
		"margin_top_lg": {
			"type": "string",
			"default": null
		},
		"margin_right_lg": {
			"type": "string",
			"default": null
		},
		"margin_bottom_lg": {
			"type": "string",
			"default": null
		},
		"margin_left_lg": {
			"type": "string",
			"default": null
		},
		"hide_lg": {
			"type": "boolean",
			"default": false
		},
		"block_lg": {
			"type": "boolean",
			"default": false
		},

		"height_dimension_xl": {
			"type": "string",
			"default": null
		},
		"height_unit_xl": {
			"type": "string",
			"default": "px"
		},
		"padding_top_xl": {
			"type": "string",
			"default": null
		},
		"padding_right_xl": {
			"type": "string",
			"default": null
		},
		"padding_bottom_xl": {
			"type": "string",
			"default": null
		},
		"padding_left_xl": {
			"type": "string",
			"default": null
		},
		"margin_top_xl": {
			"type": "string",
			"default": null
		},
		"margin_right_xl": {
			"type": "string",
			"default": null
		},
		"margin_bottom_xl": {
			"type": "string",
			"default": null
		},
		"margin_left_xl": {
			"type": "string",
			"default": null
		},
		"hide_xl": {
			"type": "boolean",
			"default": false
		},
		"block_xl": {
			"type": "boolean",
			"default": false
		},

		"height_dimension_xxl": {
			"type": "string",
			"default": null
		},
		"height_unit_xxl": {
			"type": "string",
			"default": "px"
		},
		"padding_top_xxl": {
			"type": "string",
			"default": null
		},
		"padding_right_xxl": {
			"type": "string",
			"default": null
		},
		"padding_bottom_xxl": {
			"type": "string",
			"default": null
		},
		"padding_left_xxl": {
			"type": "string",
			"default": null
		},
		"margin_top_xxl": {
			"type": "string",
			"default": null
		},
		"margin_right_xxl": {
			"type": "string",
			"default": null
		},
		"margin_bottom_xxl": {
			"type": "string",
			"default": null
		},
		"margin_left_xxl": {
			"type": "string",
			"default": null
		},
		"hide_xxl": {
			"type": "boolean",
			"default": false
		},
		"block_xxl": {
			"type": "boolean",
			"default": false
		}
	},
	"supports": {
		"anchor": true,
		"align": false,
		"html": false
	},
	"editorScript": "areoi-blocks",
    "editorStyle": "file:./index.css",
    "style": "file:../../build/style.css"
}
