{
	"apiVersion": 2,
	"name": "areoi/list-group-item",
	"title": "List Group Item",
	"parent": [ "areoi/list-group" ],
	"category": "areoi-components",
	"description": "Add list group items to a list group. If a URL is set then the item will be an <a> tag otherwise it will be a <div>.",
	"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
		},
		"parent_id": {
			"type": "string",
			"default": null
		},
		"active": {
			"type": "boolean",
			"default": false
		},
		"disabled": {
			"type": "boolean",
			"default": false
		},
		"action": {
			"type": "boolean",
			"default": false
		},
		"item_style": {
			"type": "string",
			"default": null
		},
		"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
		},

		"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"
}
