{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "create-block/super-web-share-block",
	"version": "0.1.0",
	"title": "Super Web Share button",
	"category": "widgets",
	"icon": "share",
	"description": "Create a social sharing button easily. Display a share icon to share the current page using native share on social media.",
	"example": {},
	"supports": {
		"html": true
	},
	"keywords" : ["share", "native share", "facebook", "twitter", "whatsapp", "mobile"],
	"textdomain": "super-web-share",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"render": "file:./render.php",
	"attributes": {
		"type": {
			"type": "string",
			"default": "inline"
		},
		"color": {
			"type": "string",
			"default": "#BD3854"
		},
		"text": {
			"type": "string",
			"default": "Share"
		},
		"icon": {
			"type": "string",
			"default": "share-icon-1"
		},
		"style": {
			"type": "string",
			"enum": ["default", "curved", "square", "circle"],
			"default": "default"
		},
		"size": {
			"type": "string",
			"enum": ["large", "medium", "small"],
			"default": "large"
		},
		"align": {
			"type": "string",
			"enum": ["start", "center", "end"],
			"default": "start"
		},
		"fallback": {
			"type": "boolean",
			"default": true
		},
		"className":{
			"type": "string",
			"default":  ""
		},
		"metadata":{
			"type": "object"

		}
	}
}
