PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 13.7.2
Jetpack – WP Security, Backup, Speed, & Growth v13.7.2
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 / premium-content / block.json
block.json
72 lines 2.1 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": "premium-content/container",
5 "title": "Paid Content",
6 "description": "Restrict access to your content for paying subscribers.",
7 "keywords": [
8 "buy",
9 "credit card",
10 "debit card",
11 "monetize",
12 "earn",
13 "exclusive",
14 "gated",
15 "gofundme",
16 "memberships",
17 "money",
18 "newsletter",
19 "paid",
20 "patreon",
21 "pay",
22 "payments",
23 "paywall",
24 "premium content",
25 "purchase",
26 "recurring",
27 "repeat",
28 "signin",
29 "stripe",
30 "subscribe",
31 "subscriptions",
32 "support",
33 "sponsor",
34 "square",
35 "toast",
36 "venmo",
37 "stripe",
38 "substack"
39 ],
40 "version": "12.5.0",
41 "textdomain": "jetpack",
42 "category": "monetize",
43 "icon": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='m12.74,14.43l-4.1-1.26-.13.71-.42,6.87c-.03.49.52.81.93.54l3.72-2.48,4,2.51c.42.26.96-.07.92-.56l-.64-6.87v-.71l-4.28,1.26Z'/><path d='m12.74,15.14c-3.55,0-6.44-2.89-6.44-6.44s2.89-6.44,6.44-6.44,6.44,2.89,6.44,6.44-2.89,6.44-6.44,6.44Zm0-11.89c-3,0-5.44,2.44-5.44,5.44s2.44,5.44,5.44,5.44,5.44-2.44,5.44-5.44-2.44-5.44-5.44-5.44Z'/><path d='M11.95 11.08 9.36 8.48 10.06 7.77 11.95 9.66 15.42 6.19 16.13 6.9 11.95 11.08z'/></svg>",
44 "supports": {
45 "html": false
46 },
47 "providesContext": {
48 "premium-content/planIds": "selectedPlanIds",
49 "premium-content/isPreview": "isPreview",
50 "isPremiumContentChild": "isPremiumContentChild"
51 },
52 "attributes": {
53 "selectedPlanIds": {
54 "type": "array",
55 "default": []
56 },
57 "isPreview": {
58 "type": "boolean",
59 "default": false
60 },
61 "isPremiumContentChild": {
62 "type": "boolean",
63 "default": true
64 }
65 },
66 "example": {
67 "attributes": {
68 "isPreview": true
69 }
70 },
71 "editorScript": "jetpack-blocks-editor"
72 }