{ "$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", "monetize", "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": "monetize", "icon": "", "supports": { "html": false, "__experimentalExposeControlsToChildren": true }, "usesContext": [ "isPremiumContentChild" ], "providesContext": { "jetpack/parentBlockWidth": "width" }, "attributes": { "planId": { "type": "integer" }, "planIds": { "type": "array" }, "align": { "type": "string" }, "url": { "type": "string", "default": "#" }, "uniqueId": { "type": "string", "default": "id" }, "width": { "type": "string" } }, "parent": [ "jetpack/payment-buttons" ], "editorScript": "jetpack-blocks-editor" }