{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "smartmoney77/calculator",
	"version": "1.0.0",
	"title": "SmartMoney77 Calculator",
	"category": "embed",
	"icon": "calculator",
	"description": "Embed a free multilingual financial calculator from SmartMoney77.",
	"keywords": [ "calculator", "financial", "compound interest", "fire", "embed" ],
	"textdomain": "smartmoney77-financial-calculators",
	"attributes": {
		"calculator": {
			"type": "string",
			"default": ""
		},
		"lang": {
			"type": "string",
			"default": "auto"
		},
		"height": {
			"type": "number",
			"default": 0
		},
		"currency": {
			"type": "string",
			"default": ""
		},
		"scenarios": {
			"type": "boolean",
			"default": false
		},
		"showCredit": {
			"type": "boolean",
			"default": false
		}
	},
	"supports": {
		"html": false,
		"align": [ "wide", "full" ]
	},
	"editorScript": "file:./index.js",
	"editorStyle": "file:./editor.css"
}
