{
	"apiVersion": 3,
	"name": "oneclick-wp-hello/wa-hello-share",
	"version": "1.0.0",
	"title": "WhatsApp Share Button",
	"category": "widgets",
	"icon": "share",
	"description": "Let readers share the current post to WhatsApp. Equivalent to the [wa-hello-share] shortcode.",
	"keywords": [ "whatsapp", "share", "social" ],
	"textdomain": "oneclick-whatsapp-hello",
	"editorScript": "file:./index.js",
	"render": "file:./render.php",
	"supports": {
		"html": false,
		"align": [ "left", "center", "right" ]
	},
	"attributes": {
		"text": {
			"type": "string",
			"default": ""
		},
		"template": {
			"type": "string",
			"default": ""
		}
	},
	"example": {}
}
