block.json
2 years ago
view.asset.php
2 years ago
view.css
3 years ago
view.js
2 years ago
view.js.LICENSE.txt
4 years ago
view.rtl.css
3 years ago
block.json
40 lines
| 1 | { |
| 2 | "$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 | "apiVersion": 3, |
| 4 | "name": "jetpack/donations", |
| 5 | "title": "Donations Form", |
| 6 | "description": "Collect one-time, monthly, or annually recurring donations.", |
| 7 | "keywords": [ |
| 8 | "charity", |
| 9 | "contribution", |
| 10 | "credit card", |
| 11 | "debit card", |
| 12 | "donate", |
| 13 | "earn", |
| 14 | "ecommerce", |
| 15 | "fundraising", |
| 16 | "fundraiser", |
| 17 | "gofundme", |
| 18 | "money", |
| 19 | "nonprofit", |
| 20 | "non-profit", |
| 21 | "paid", |
| 22 | "patreon", |
| 23 | "pay", |
| 24 | "payments", |
| 25 | "recurring", |
| 26 | "stripe", |
| 27 | "sponsor", |
| 28 | "square", |
| 29 | "tipping", |
| 30 | "venmo" |
| 31 | ], |
| 32 | "version": "12.5.0", |
| 33 | "textdomain": "jetpack", |
| 34 | "category": "earn", |
| 35 | "icon": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='M16.5 4.5c2.206 0 4 1.794 4 4 0 4.67-5.543 8.94-8.5 11.023C9.043 17.44 3.5 13.17 3.5 8.5c0-2.206 1.794-4 4-4 1.298 0 2.522.638 3.273 1.706L12 7.953l1.227-1.746c.75-1.07 1.975-1.707 3.273-1.707m0-1.5c-1.862 0-3.505.928-4.5 2.344C11.005 3.928 9.362 3 7.5 3 4.462 3 2 5.462 2 8.5c0 5.72 6.5 10.438 10 12.85 3.5-2.412 10-7.13 10-12.85C22 5.462 19.538 3 16.5 3z' /></svg>", |
| 36 | "supports": { |
| 37 | "html": false |
| 38 | }, |
| 39 | "editorScript": "file:../editor.js" |
| 40 | } |