{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "jetpack/recurring-payments", "title": "Payment Button", "description": "Button allowing you to sell products and subscriptions.", "keywords": [ "buy", "contribution", "commerce", "credit card", "debit card", "donate", "Donations", "earn", "ecommerce", "gofundme", "memberships", "money", "paid", "patreon", "pay", "payments", "products", "purchase", "recurring", "sell", "shop", "stripe", "subscribe", "subscriptions", "sponsor", "square", "toast", "venmo" ], "version": "12.5.0", "textdomain": "jetpack", "category": "earn", "icon": "", "supports": { "html": false, "__experimentalExposeControlsToChildren": true }, "usesContext": [ "isPremiumContentChild" ], "providesContext": { "jetpack/parentBlockWidth": "width" }, "attributes": { "planId": { "type": "integer" }, "align": { "type": "string" }, "url": { "type": "string", "default": "#" }, "uniqueId": { "type": "string", "default": "id" }, "width": { "type": "string" } }, "editorScript": "file:../editor.js", "editorStyle": "file:../editor.css", "viewScript": "file:./view.js", "style": "file:./view.css" }