{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 1, "name": "convertkit/product", "title": "ConvertKit Product", "category": "convertkit", "description": "Displays a button to purchase a ConvertKit product.", "keywords": [ "convertkit", "product" ], "textdomain": "convertkit", "attributes": { "product": { "type": "string" }, "text": { "type": "string" }, "fontSize": { "type": "string" }, "style": { "type": "object" }, "backgroundColor": { "type": "string" }, "textColor": { "type": "string" }, "is_gutenberg_example": { "type": "boolean", "default": false } }, "supports": { "className": true, "color": { "background": true, "text": true } }, "editorScript": "convertkit-gutenberg" }