{
	"apiVersion": 2,
	"name": "create-block/click-to-mail-button",
	"title": "Click To Mail Button",
	"category": "click-to-mail-block",
	"icon": "email",
	"description": "Click to mail button block for click to mail plugin.",
	"textdomain": "click-to-mail",
	"editorScript": "file:./build/index.js",
	"editorStyle": "file:./build/index.css",
	"style": "file:./build/style-index.css",
	"supports": {
		"html": false,
		"color": {
			"background": true,
			"text": true,
			"gradients": true,
			"hover": true
		},
		"spacing": {},
		"typography": {}
	},

	"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"
		},
		"buttonSize": {
			"type": "string",
			"default": "size-normal"
		},
		"borderRadius": {
			"type": "string",
			"default": "border-radius-rounded"
		},
		"visibility": {
			"type": "string",
			"default": ""
		},
		"textAlignment": {
			"type": "string",
			"default": "left"
		},
		"iconTarget": {
			"type": "boolean",
			"default": false
		},
		"buttonLinkTarget": {
			"type": "boolean",
			"default": false
		},
		"emailInput": {
			"type": "string",
			"default": "hello@yourdomain.com"
		},
		"ccEmailInput": {
			"type": "string",
			"default": "ccmaiil@yourdomain.com"
		},
		"bccEmailInput": {
			"type": "string",
			"default": "bccmail@yourdomain.com"
		},
		"subject": {
			"type": "string",
			"default": "Winter is coming"
		},
		"bodyText": {
			"type": "string",
			"default": "Fear cuts deeper than swords."
		},
		"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"
		}
	}
}
