{
	"apiVersion": 2,
	"name": "create-block/click-to-dial-button",
	"title": "Click To Dial Button",
	"category": "click-to-dial-block",
	"icon": "phone",
	"description": "Click to dial button block for Click to dial plugin.",
	"textdomain": "click-to-dial",
	"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
		},
		"numberInput": {
			"type": "string",
			"default": ""
		},
		"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"
		}
	}
}
