{
	"apiVersion": 2,
	"name": "create-block/whatsapp-button",
	"title": "WhatsApp Button",
	"category": "whatsapp-block",
	"icon": "whatsapp",
	"description": "WhatsApp Click To Chat & Click To Order Button For ChatHelp Plugin.",
	"textdomain": "chat-help",
	"editorScript": "file:./build/index.js",
	"editorStyle": "file:./build/index.css",
	"supports": {
		"styles": false,
		"html": false
	},

	"example": {
		"attributes": {
			"text": "How can I help you?",
			"gradients": "red-to-blue",
			"links": true
		}
	},

	"attributes": {
		"text": {
			"type": "string",
			"default": "How can I help you?"
		},
		"info": {
			"type": "string",
			"default": "Robert / Sales Support"
		},
		"title": {
			"type": "string",
			"default": "How can I help you?"
		},
		"online": {
			"type": "string",
			"default": "I am online"
		},
		"offline": {
			"type": "string",
			"default": "I am offline"
		},
		"buttonType": {
			"type": "string",
			"default": "basic-button"
		},
		"whatsappType": {
			"type": "string",
			"default": "number"
		},
		"buttonSize": {
			"type": "string",
			"default": "1"
		},
		"buttonPadding": {
			"type": "object",
			"default": {
				"top": "5px",
				"right": "15px",
				"bottom": "5px",
				"left": "6px"
			}
		},
		"buttonBorder": {
			"type": "object",
			"default": {
				"color": "#118c7e",
				"style": "solid",
				"width": "0px"
			}
		},
		"buttonIconBorder": {
			"type": "object",
			"default": {
				"color": "#ffffff",
				"style": "solid",
				"width": "0px"
			}
		},
		"bgColor": { "type": "string", "default": "#118c7e" },
		"bgHoverColor": { "type": "string", "default": "#0b5a51" },
		"textColor": { "type": "string", "default": "#ffffff" },
		"textHoverColor": { "type": "string", "default": "#ffffff" },
		"iconBgColor": { "type": "string", "default": "#ffffff" },
		"iconBgHoverColor": { "type": "string", "default": "#ffffff" },
		"iconColor": { "type": "string", "default": "#118c7e" },
		"iconHoverColor": { "type": "string", "default": "#0b5a51" },
		"borderRadius": {
			"type": "number",
			"default": 50
		},
		"icon_borderRadius": {
			"type": "number",
			"default": 50
		},
		"visibility": {
			"type": "string",
			"default": ""
		},
		"textAlignment": {
			"type": "string",
			"default": "left"
		},
		"iconTarget": {
			"type": "boolean",
			"default": false
		},
		"iconBackground": {
			"type": "boolean",
			"default": false
		},
		"buttonLinkTarget": {
			"type": "boolean",
			"default": true
		},
		"numberInput": {
			"type": "string",
			"default": ""
		},
		"groupInput": {
			"type": "string",
			"default": ""
		},
		"prefilledMessageInput": {
			"type": "string",
			"default": "Hi! I have a question about your services."
		},
		"imageUrl": {
			"type": "string",
			"default": ""
		},
		"timeZone": {
			"type": "string",
			"default": ""
		},
		"mondayStart": {
			"type": "string",
			"default": "00:01"
		},
		"mondayEnd": {
			"type": "string",
			"default": "23:59"
		},
		"tuesdayStart": {
			"type": "string",
			"default": "00:01"
		},
		"tuesdayEnd": {
			"type": "string",
			"default": "23:59"
		},
		"wednesdayStart": {
			"type": "string",
			"default": "00:01"
		},
		"wednesdayEnd": {
			"type": "string",
			"default": "23:59"
		},
		"thursdayStart": {
			"type": "string",
			"default": "00:01"
		},
		"thursdayEnd": {
			"type": "string",
			"default": "23:59"
		},
		"fridayStart": {
			"type": "string",
			"default": "00:01"
		},
		"fridayEnd": {
			"type": "string",
			"default": "23:59"
		},
		"saturdayStart": {
			"type": "string",
			"default": "00:01"
		},
		"saturdayEnd": {
			"type": "string",
			"default": "23:59"
		},
		"sundayStart": {
			"type": "string",
			"default": "00:01"
		},
		"sundayEnd": {
			"type": "string",
			"default": "05:00"
		}
	}
}
