{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "piano-block/piano",
	"title": "Piano",
	"description": "Play the melody.",
	"category": "media",
	"keywords": [ "audio", "music", "piano" ],
	"icon": "<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='black' viewBox='0 0 24 24'><path d='M19,21c1.1,0,2-.9,2-2V5c0-1.1-.9-2-2-2H5c-1.1,0-2,.9-2,2v14c0,1.1.9,2,2,2h14ZM10,19.5v-4.5h1V4.5h2v10.5h1v4.5h-4ZM8,19.5h-2.5c-.5,0-1-.5-1-1V5.5c0-.5.5-1,1-1h1.5v10.5h1s0,4.5,0,4.5ZM16,15h1V4.5h1.5c.5,0,1,.5,1,1v13c0,.5-.5,1-1,1h-2.5v-4.5Z'/></svg>",
	"attributes": {
		"volume": {
			"type": "number"
		},
		"octaveOffset": {
			"type": "number"
		},
		"instrument": {
			"type": "string"
		},
		"useSustainPedal": {
			"type": "boolean"
		},
		"showOnFront": {
			"type": "boolean"
		},
		"synthesizerSetting": {
			"type": "object"
		},
		"keyLayout": {
			"type": "string"
		},
		"keyIndicator": {
			"type": "string"
		}
	},
	"supports": {
		"align": [ "wide", "full" ],
		"color": {
			"enableContrastChecker": false,
			"text": false,
			"background": true,
			"gradients": true
		},
		"__experimentalBorder": {
			"radius": true,
			"color": true,
			"style": true,
			"width": true
		},
		"spacing": {
			"margin": [ "top", "bottom" ]
		}
	},
	"textdomain": "piano-block",
	"viewScript": "file:view.js",
	"editorScript": "file:index.js",
	"style": "file:style-index.css"
}
