PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 12.6.4
Jetpack – WP Security, Backup, Speed, & Growth v12.6.4
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 14.1.1 14.2.2 14.3.1 14.4.2 All 500 releases
jetpack / _inc / blocks / recurring-payments / block.json
block.json
74 lines 1.9 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/recurring-payments",
5 "title": "Payment Button",
6 "description": "Button allowing you to 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 "ecommerce",
17 "gofundme",
18 "memberships",
19 "money",
20 "paid",
21 "patreon",
22 "pay",
23 "payments",
24 "products",
25 "purchase",
26 "recurring",
27 "sell",
28 "shop",
29 "stripe",
30 "subscribe",
31 "subscriptions",
32 "sponsor",
33 "square",
34 "toast",
35 "venmo"
36 ],
37 "version": "12.5.0",
38 "textdomain": "jetpack",
39 "category": "earn",
40 "icon": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='M20 4H4c-1.105 0-2 .895-2 2v12c0 1.105.895 2 2 2h16c1.105 0 2-.895 2-2V6c0-1.105-.895-2-2-2zm0 2v2H4V6h16zM4 18v-6h16v6H4zm2-4h7v2H6v-2zm9 0h3v2h-3v-2z'/></svg>",
41 "supports": {
42 "html": false,
43 "__experimentalExposeControlsToChildren": true
44 },
45 "usesContext": [
46 "isPremiumContentChild"
47 ],
48 "providesContext": {
49 "jetpack/parentBlockWidth": "width"
50 },
51 "attributes": {
52 "planId": {
53 "type": "integer"
54 },
55 "align": {
56 "type": "string"
57 },
58 "url": {
59 "type": "string",
60 "default": "#"
61 },
62 "uniqueId": {
63 "type": "string",
64 "default": "id"
65 },
66 "width": {
67 "type": "string"
68 }
69 },
70 "editorScript": "file:../editor.js",
71 "editorStyle": "file:../editor.css",
72 "viewScript": "file:./view.js",
73 "style": "file:./view.css"
74 }