{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "docsy/need-help-block",
	"version": "0.1.0",
	"title": "Need Help Block",
	"category": "theme",
	"icon": "sos",
	"description": "A contact/support call-to-action section with styled buttons, using .contact-support classes.",
	"example": {},
	"supports": {
		"html": false,
		"align": [
			"wide",
			"full"
		]
	},
	"textdomain": "docsy",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style.css",
	"render": "file:./render.php",
	"viewScript": "file:./view.js",
	"attributes": {
		"heading": {
			"type": "string",
			"default": "Still need help?"
		},
		"description": {
			"type": "string",
			"default": "Can't find what you're looking for? Our support team is here to help."
		},
		"buttons": {
			"type": "array",
			"default": [
				{
					"text": "Contact Support",
					"icon": "<svg class='svg-inline--fa fa-envelope' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='envelope' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' data-fa-i2svg=''><path fill='currentColor' d='M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48H48zM0 176V384c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V176L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z'></path></svg>",
					"url": "#contact-support",
					"bgColor": "#2563eb",
					"textColor": "#ffffff",
					"border": "none",
					"hoverBgColor": "#1d4ed8",
					"hoverTextColor": "#ffffff",
					"hoverBorder": "none"
				},
				{
					"text": "Live Chat",
					"icon": "<svg class='svg-inline--fa fa-comments' aria-hidden='true' focusable='false' data-prefix='fas' data-icon='comments' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' data-fa-i2svg=''><path fill='currentColor' d='M208 352c114.9 0 208-78.8 208-176S322.9 0 208 0S0 78.8 0 176c0 38.6 14.7 74.3 39.6 103.4c-3.5 9.4-8.7 17.7-14.2 24.7c-4.8 6.2-9.7 11-13.3 14.3c-1.8 1.6-3.3 2.9-4.3 3.7c-.5 .4-.9 .7-1.1 .8l-.2 .2 0 0 0 0C1 327.2-1.4 334.4 .8 340.9S9.1 352 16 352c21.8 0 43.8-5.6 62.1-12.5c9.2-3.5 17.8-7.4 25.3-11.4C134.1 343.3 169.8 352 208 352zM448 176c0 112.3-99.1 196.9-216.5 207C255.8 457.4 336.4 512 432 512c38.2 0 73.9-8.7 104.7-23.9c7.5 4 16 7.9 25.2 11.4c18.3 6.9 40.3 12.5 62.1 12.5c6.9 0 13.1-4.5 15.2-11.1c2.1-6.6-.2-13.8-5.8-17.9l0 0 0 0-.2-.2c-.2-.2-.6-.4-1.1-.8c-1-.8-2.5-2-4.3-3.7c-3.6-3.3-8.5-8.1-13.3-14.3c-5.5-7-10.7-15.4-14.2-24.7c24.9-29 39.6-64.7 39.6-103.4c0-92.8-84.9-168.9-192.6-175.5c.4 5.1 .6 10.3 .6 15.5z'></path></svg>",
					"url": "#live-chat",
					"bgColor": "#ffffff",
					"textColor": "#374151",
					"border": "1px solid #d1d5db",
					"hoverBgColor": "#f9fafb",
					"hoverTextColor": "#374151",
					"hoverBorder": "1px solid #d1d5db"
				}
			],
			"items": {
				"type": "object",
				"properties": {
					"text": {
						"type": "string",
						"default": "Button"
					},
					"icon": {
						"type": "string",
						"default": ""
					},
					"url": {
						"type": "string",
						"default": ""
					},
					"bgColor": {
						"type": "string",
						"default": "#2563eb"
					},
					"textColor": {
						"type": "string",
						"default": "#fff"
					},
					"border": {
						"type": "string",
						"default": "none"
					},
					"hoverBgColor": {
						"type": "string",
						"default": "#1d4ed8"
					},
					"hoverTextColor": {
						"type": "string",
						"default": "#fff"
					},
					"hoverBorder": {
						"type": "string",
						"default": "none"
					}
				}
			}
		},
		"backgroundColor": {
			"type": "string",
			"default": "#f9fafb"
		},
		"headingColor": {
			"type": "string",
			"default": "#111827"
		},
		"descriptionColor": {
			"type": "string",
			"default": "#6b7280"
		},
		"padding": {
			"type": "string",
			"default": "4rem 0"
		},
		"borderRadius": {
			"type": "string",
			"default": "0px"
		},
		"boxShadow": {
			"type": "string",
			"default": "none"
		},
		"buttonGap": {
			"type": "string",
			"default": "1rem"
		},
		"buttonBorderRadius": {
			"type": "string",
			"default": "0.5rem"
		},
		"headingFontSize": {
			"type": "number",
			"default": 24
		},
		"headingFontWeight": {
			"type": "string",
			"default": "700"
		},
		"descriptionFontSize": {
			"type": "number",
			"default": 16
		},
		"buttonFontSize": {
			"type": "number",
			"default": 16
		},
		"buttonFontWeight": {
			"type": "string",
			"default": "500"
		},
		"headerTextAlign": {
			"type": "string",
			"default": "center"
		},
		"buttonAlignment": {
			"type": "string",
			"default": "center"
		},
		"containerMaxWidth": {
			"type": "string",
			"default": "1024"
		},
		"containerPaddingTop": {
			"type": "string",
			"default": "0"
		},
		"containerPaddingBottom": {
			"type": "string",
			"default": "0"
		},
		"containerPaddingLeft": {
			"type": "string",
			"default": "16"
		},
		"containerPaddingRight": {
			"type": "string",
			"default": "16"
		},
		"sectionMarginTop": {
			"type": "string",
			"default": "0"
		},
		"sectionMaxWidth": {
			"type": "string",
			"default": "1920"
		}
	}
}