{
	"apiVersion": 2,
	"name": "areoi/breadcrumb",
	"title": "Breadcrumb",
	"parent": null,
	"category": "areoi-components",
	"description": "Indicate the current page’s location within a navigational hierarchy that automatically adds separators via CSS.",
	"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
		},
		"divider": {
			"type": "string",
			"default": "/"
		},
		"is_front_page": {
			"type": "boolean",
			"default": false
		},

		"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"
}
