{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "jetpack/amazon", "title": "Amazon (Beta)", "description": "Promote Amazon products and earn a commission from sales.", "keywords": [ "amazon", "affiliate" ], "version": "12.5.0", "textdomain": "jetpack", "category": "earn", "icon": "", "supports": { "align": true, "alignWide": false, "html": false }, "attributes": { "backgroundColor": { "type": "string" }, "textColor": { "type": "string" }, "buttonAndLinkColor": { "type": "string" }, "style": { "type": "string", "default": "small", "validValues": [ "small", "large" ] }, "asin": { "type": "string" }, "showImage": { "default": true, "type": "boolean" }, "showTitle": { "default": true, "type": "boolean" }, "showSeller": { "default": false, "type": "boolean" }, "showPrice": { "default": true, "type": "boolean" }, "showPurchaseButton": { "default": true, "type": "boolean" } }, "editorScript": "file:../editor-beta.js", "editorStyle": "file:../editor-beta.css" }