{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "ub/call-to-action-block",
	"title": "Call to Action",
	"category": "ultimateblocks",
	"description": "Draw attention of visitors to the important stuff with this simple yet effective Call to Action.",
	"keywords": [
		"call to action",
		"conversion",
		"Ultimate Blocks"
	],
	"attributes": {
		"blockID": {
			"type": "string",
			"default": ""
		},
		"ub_call_to_action_headline_text": {
			"type": "string",
			"default": ""
		},
		"ub_cta_content_text": {
			"type": "string",
			"default": ""
		},
		"ub_cta_button_text": {
			"type": "string",
			"default": ""
		},
		"headFontSize": {
			"type": "number",
			"default": 30
		},
		"headColor": {
			"type": "string",
			"default": ""
		},
		"headAlign": {
			"type": "string",
			"default": "center"
		},
		"contentFontSize": {
			"type": "number",
			"default": 15
		},
		"contentColor": {
			"type": "string",
			"default": ""
		},
		"buttonFontSize": {
			"type": "number",
			"default": 14
		},
		"buttonColor": {
			"type": "string",
			"default": "#E27330"
		},
		"buttonTextColor": {
			"type": "string",
			"default": ""
		},
		"buttonWidth": {
			"type": "number",
			"default": 250
		},
		"ctaBackgroundColor": {
			"type": "string",
			"default": "#f8f8f8"
		},
		"ctaBorderColor": {
			"type": "string",
			"default": "#ECECEC"
		},
		"ctaBorderSize": {
			"type": "number",
			"default": 2
		},
		"url": {
			"type": "string",
			"default": ""
		},
		"contentAlign": {
			"type": "string",
			"default": "center"
		},
		"addNofollow": {
			"type": "boolean",
			"default": false
		},
		"openInNewTab": {
			"type": "boolean",
			"default": false
		},
		"linkIsSponsored": {
			"type": "boolean",
			"default": false
		},
		"useHeadingTag": {
			"type": "boolean",
			"default": false
		},
		"selectedHeadingTag": {
			"type": "string",
			"default": "h2"
		},
		"padding": {
			"type": "object",
			"default": {}
		},
		"margin": {
			"type": "object",
			"default": {}
		}
	},
	"supports": {},
	"editorStyle": "ultimate_blocks-cgb-block-editor-css",
	"editorScript": "ultimate_blocks-cgb-block-js",
	"style": "ultimate_blocks-cgb-style-css"
}