{
	"apiVersion": "1",
	"name": "eeb/email-encode",
	"title": "Mail And Content Protect",
	"description": "Safeguard your emails and content from spam and unauthorized access with ease.",
	"category": "widgets",
	"keywords": [
		"mail",
		"content",
		"spam"
	],
	"textdomain": "mail-and-content-protect",
	"attributes": {
		"align": {
			"type": "string",
			"default": ""
		},
		"cId": {
			"type": "string",
			"default": ""
		},
		"content": {
			"type": "object",
			"default": {
				"text": "Offer text",
				"email": "dummy@gmail.com",
				"phone": "5550175",
				"url": "https://profiles.wordpress.org/btechnologies"
			}
		},
		"contentType": {
			"type": "string",
			"default": "text"
		},
		"contentTypo": {
			"type": "object",
			"default": {
				"fontSize": {
					"desktop": 20,
					"tablet": 16,
					"mobile": 14
				},
				"fontWeight": 500,
				"lineHeight": "135%"
			}
		},
		"contentColor": {
			"type": "string",
			"default": "#000"
		}
	},
	"supports": {
		"align": [
			"wide",
			"full"
		],
		"html": false
	},
	"example": {
		"attributes": {
			"preview": true,
			"columns": {
				"desktop": 1,
				"tablet": 1,
				"mobile": 1
			}
		}
	},
	"editorScript": "file:dist/editor.js"
}