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 / subscriptions / block.json
block.json
124 lines 3.5 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/subscriptions",
5 "title": "Subscribe",
6 "description": "Let readers subscribe to this blog's posts as a newsletter.",
7 "keywords": [
8 "newsletter",
9 "email",
10 "follow"
11 ],
12 "version": "12.5.0",
13 "textdomain": "jetpack",
14 "category": "grow",
15 "icon": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='m19.02,5H4.98c-1.09,0-1.98.89-1.98,1.98v10.04c0,1.09.89,1.98,1.98,1.98h14.04c1.09,0,1.98-.89,1.98-1.98V6.98c0-1.09-.89-1.98-1.98-1.98Zm.48,11.92c0,.32-.26.58-.58.58H5.08c-.32,0-.58-.26-.58-.58V7.08c0-.32.26-.58.58-.58h13.84c.32,0,.58.26.58.58v9.84Z'/><path d='m4.38,17.69l5.71-4.79s.96,1,1.91.99,1.91-.99,1.91-.99l5.59,4.79v-2.03l-4.41-3.73,4.41-3.72v-1.91l-7.14,5.76c-.24.19-.59.19-.83,0l-7.14-5.88v1.98l4.3,3.67-4.3,3.78v2.08Z'/></svg>",
16 "supports": {
17 "spacing": {
18 "margin": true,
19 "padding": true
20 },
21 "align": [
22 "wide",
23 "full"
24 ]
25 },
26 "styles": [
27 {
28 "name": "compact",
29 "label": "Compact"
30 },
31 {
32 "name": "split",
33 "label": "Split",
34 "isDefault": true
35 }
36 ],
37 "attributes": {
38 "subscribePlaceholder": {
39 "type": "string",
40 "default": "Type your email…"
41 },
42 "showSubscribersTotal": {
43 "type": "boolean",
44 "default": false
45 },
46 "includeSocialFollowers": {
47 "type": "boolean",
48 "default": true
49 },
50 "buttonOnNewLine": {
51 "type": "boolean",
52 "default": false
53 },
54 "buttonWidth": {
55 "type": "string"
56 },
57 "submitButtonText": {
58 "type": "string",
59 "default": "Subscribe"
60 },
61 "emailFieldBackgroundColor": {
62 "type": "string"
63 },
64 "customEmailFieldBackgroundColor": {
65 "type": "string"
66 },
67 "emailFieldGradient": {
68 "type": "string"
69 },
70 "customEmailFieldGradient": {
71 "type": "string"
72 },
73 "buttonBackgroundColor": {
74 "type": "string"
75 },
76 "customButtonBackgroundColor": {
77 "type": "string"
78 },
79 "buttonGradient": {
80 "type": "string"
81 },
82 "customButtonGradient": {
83 "type": "string"
84 },
85 "textColor": {
86 "type": "string"
87 },
88 "customTextColor": {
89 "type": "string"
90 },
91 "fontSize": {
92 "type": "string"
93 },
94 "customFontSize": {
95 "type": "string"
96 },
97 "borderRadius": {
98 "type": "number"
99 },
100 "borderWeight": {
101 "type": "number"
102 },
103 "borderColor": {
104 "type": "string"
105 },
106 "customBorderColor": {
107 "type": "string"
108 },
109 "padding": {
110 "type": "number"
111 },
112 "spacing": {
113 "type": "number"
114 },
115 "successMessage": {
116 "type": "string",
117 "default": "Success! An email was just sent to confirm your subscription. Please find the email now and click 'Confirm Follow' to start subscribing."
118 }
119 },
120 "editorScript": "file:../editor.js",
121 "editorStyle": "file:../editor.css",
122 "viewScript": "file:./view.js",
123 "style": "file:./view.css"
124 }