{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "jetpack/donations", "title": "Donations Form", "description": "Collect one-time, monthly, or annually recurring donations.", "keywords": [ "charity", "contribution", "credit card", "debit card", "donate", "earn", "monetize", "ecommerce", "fundraising", "fundraiser", "gofundme", "money", "nonprofit", "non-profit", "paid", "patreon", "pay", "payments", "recurring", "stripe", "sponsor", "square", "tipping", "venmo" ], "version": "12.5.0", "textdomain": "jetpack", "category": "monetize", "icon": "", "supports": { "html": false }, "attributes": { "currency": { "type": "string", "default": "" }, "oneTimeDonation": { "type": "object", "default": { "show": true, "planId": null, "amounts": [ 5, 15, 100 ] } }, "monthlyDonation": { "type": "object", "default": { "show": true, "planId": null, "amounts": [ 5, 15, 100 ] } }, "annualDonation": { "type": "object", "default": { "show": true, "planId": null, "amounts": [ 5, 15, 100 ] } }, "showCustomAmount": { "type": "boolean", "default": true }, "chooseAmountText": { "type": "string" }, "customAmountText": { "type": "string" }, "fallbackLinkUrl": { "type": "string" } }, "example": {}, "editorScript": "jetpack-blocks-editor" }