PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.3-a.1
Jetpack – WP Security, Backup, Speed, & Growth v16.3-a.1
16.3-a.3 16.3-a.1 16.2 16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 All 504 releases
jetpack / _inc / blocks / payment-buttons / block.json

block.json in Jetpack – WP Security, Backup, Speed, & Growth 16.3-a.1, at _inc/blocks/payment-buttons/block.json

75 lines 2.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }