| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "jetpack/payment-buttons", |
| 5 |
"title": "Payment Buttons", |
| 6 |
"description": "Sell products and subscriptions.", |
| 7 |
"keywords": [ |
| 8 |
"buy", |
| 9 |
"contribution", |
| 10 |
"commerce", |
| 11 |
"credit card", |
| 12 |
"debit card", |
| 13 |
"donate", |
| 14 |
"Donations", |
| 15 |
"earn", |
| 16 |
"monetize", |
| 17 |
"ecommerce", |
| 18 |
"gofundme", |
| 19 |
"memberships", |
| 20 |
"money", |
| 21 |
"paid", |
| 22 |
"patreon", |
| 23 |
"pay", |
| 24 |
"payments", |
| 25 |
"products", |
| 26 |
"purchase", |
| 27 |
"recurring", |
| 28 |
"sell", |
| 29 |
"shop", |
| 30 |
"stripe", |
| 31 |
"subscribe", |
| 32 |
"subscriptions", |
| 33 |
"sponsor", |
| 34 |
"square", |
| 35 |
"toast", |
| 36 |
"venmo" |
| 37 |
], |
| 38 |
"version": "12.5.0", |
| 39 |
"textdomain": "jetpack", |
| 40 |
"category": "monetize", |
| 41 |
"icon": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M5.5 9.5v-2h13v2h-13zm0 3v4h13v-4h-13zM4 7a1 1 0 011-1h14a1 1 0 011 1v10a1 1 0 01-1 1H5a1 1 0 01-1-1V7z'/></svg>", |
| 42 |
"supports": { |
| 43 |
"__experimentalExposeControlsToChildren": true, |
| 44 |
"align": [ |
| 45 |
"wide", |
| 46 |
"full" |
| 47 |
], |
| 48 |
"spacing": { |
| 49 |
"blockGap": true, |
| 50 |
"margin": [ |
| 51 |
"vertical" |
| 52 |
], |
| 53 |
"__experimentalDefaultControls": { |
| 54 |
"blockGap": true |
| 55 |
} |
| 56 |
}, |
| 57 |
"layout": { |
| 58 |
"allowSwitching": false, |
| 59 |
"allowInheriting": false, |
| 60 |
"default": { |
| 61 |
"type": "flex" |
| 62 |
} |
| 63 |
}, |
| 64 |
"typography": { |
| 65 |
"fontSize": true, |
| 66 |
"__experimentalFontFamily": true, |
| 67 |
"__experimentalTextTransform": true, |
| 68 |
"__experimentalDefaultControls": { |
| 69 |
"fontSize": true |
| 70 |
} |
| 71 |
} |
| 72 |
}, |
| 73 |
"attributes": {}, |
| 74 |
"editorScript": "jetpack-blocks-editor" |
| 75 |
} |