{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "ebook-store/ebook",
	"title": "Ebook Store",
	"category": "widgets",
	"icon": "book",
	"description": "Show an ebook with its buy button, without typing a shortcode.",
	"textdomain": "ebook-store",
	"keywords": [ "ebook", "book", "store", "shop", "download" ],
	"supports": {
		"html": false,
		"align": [ "wide", "full" ]
	},
	"attributes": {
		"ebookId": {
			"type": "number",
			"default": 0
		},
		"template": {
			"type": "string",
			"default": ""
		}
	},
	"editorScript": "file:./index.js"
}
