{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "currency-dropdown/currency-dropdown",
	"version": "1.0.0",
	"title": "Currency dropdown",
	"category": "easy-currency",
	"icon": "money",
	"description": "easy currency block",
	"example": {},
	"supports": {
		"html": false
	},
    "attributes": {
        "shortcode_id": {
			"type": "string",
			"default": ""
		}
    },
	"textdomain": "easy-currency",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"viewScript": "file:./view.js"
}
