{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "wpbean/vertical-sidebar-menu-block",
	"version": "0.1.0",
	"title": "Vertical Menu",
	"category": "widgets",
	"icon": "",
	"description": "Collapsible sidebar vertical sidebar menu block.",
	"keywords": [ "menu", "vertical", "sidebar", "navigation", "collapsible", "accordion" ],
	"example": {},
	"supports": {
		"html": false
	},
	"attributes": {
		"theClientId": {
            "type": "string",
            "default": ""
        },
		"hasProVersion": {
            "type": "boolean",
            "default": false
        },
		"menuId": {
			"type": "string",
			"default": ""
		},
		"menuDepth": {
			"type": "number",
			"default": 0
		},
		"accordionMode": {
			"type": "boolean",
			"default": false
		},
		"preserveExpanded": {
			"type": "boolean",
			"default": false
		},
		"currentExpanded": {
			"type": "boolean",
			"default": true
		},
		"expandIcon": {
			"type": "string",
			"default": "plus"
		},
		"fontSize": {
            "type": "string",
            "default": "14px"
        },
        "fontWeight": {
            "type": "string",
            "default": "500"
        },
        "lineHeight": {
            "type": "number",
			"default": 1.5
        },
		"childFontSize": {
			"type": "string",
			"default": "14px"
		},
		"childFontWeight": {
            "type": "string",
			"default": "500"
        },
		"childLineHeight": {
			"type": "number"
		},
		"collapseFontSize": {
			"type": "string",
			"default": "17px"
		},
		"collapseFontWeight": {
            "type": "string"
        },
		"collapseLineHeight": {
			"type": "number"
		},
		"parentColor": {
			"type": "string",
			"default": "#1f2937"
		},
		"parentHoverColor": {
			"type": "string",
			"default": "#1f2937"
		},
		"childColor": {
			"type": "string",
			"default": "#1F293A"
		},
		"childHoverColor": {
			"type": "string",
			"default": "#1F293A"
		},
		"currentColor": {
			"type": "string",
			"default": "#D7DDE4"
		},
		"currentHoverColor": {
			"type": "string",
			"default": "#D7DDE4"
		},
		"parentBackground": {
			"type": "string"
		},
		"parentHoverBackground": {
			"type": "string",
			"default": "rgba(31, 41, 55, 0.1)"
		},
		"childBackground": {
			"type": "string"
		},
		"childHoverBackground": {
			"type": "string",
			"default": "rgba(31, 41, 55, 0.1)"
		},
		"currentBackground": {
			"type": "string",
			"default": "#2C3440"
		},
		"currentHoverBackground": {
			"type": "string",
			"default": "#2C3440"
		},
		"parentSpacing": {
			"type": "object",
			"default": {
				"top"   : "0.5rem",
				"right" : "1rem",
				"bottom": "0.5rem",
				"left"  : "1rem"
			}
		},
		"childSpacing": {
			"type": "object",
			"default": {
				"top"   : "0.5rem",
				"right" : "1rem",
				"bottom": "0.5rem",
				"left"  : "1rem"
			}
		},
		"itemSpacing": {
			"type": "number"
		},
		"childBorder": {
			"type": "boolean",
			"default": true
		},
		"childBorderColor": {
			"type": "string",
			"default": "rgb(31 41 55 / 10%)"
		},
		"childBorderWidth": {
			"type": "number",
			"default": 1
		},
		"borderRadius": {
			"type": "number",
			"default": 6
		}
	},
	"textdomain": "vertical-sidebar-menu-block",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": [ "dashicons",  "file:./style-index.css" ],
	"viewScript": [ "jquery", "wpb-vertical-sidebar-menu-block-wpbeannavgoco", "file:./view.js"  ],
	"render": "file:./render.php"
}
