PluginProbe ʕ •ᴥ•ʔ
Superb Addons: Blocks, Patterns, Pre-built Pages, Sliders, Popups, Free Forms, Animations & More / 4.0.7
Superb Addons: Blocks, Patterns, Pre-built Pages, Sliders, Popups, Free Forms, Animations & More v4.0.7
4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 4.0.0 trunk 1.0.0 2.0.0 2.0.1 2.0.2 2.0.3 3.0 3.0.1 3.0.2 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.2 3.1.3 3.2.0 3.2.1 3.2.2 3.2.4 3.2.5 3.2.7 3.2.8 3.2.9 3.3.0 3.3.1 3.3.2 3.4.0 3.4.1 3.4.2 3.4.5 3.4.6 3.5.0 3.5.1 3.5.2 3.5.3 3.5.4 3.5.6 3.5.7 3.5.8 3.5.9 3.6.0 3.6.1 3.6.2 3.7.0 3.7.1
superb-blocks / blocks / multistep-form / block.json
superb-blocks / blocks / multistep-form Last commit date
block.json 3 days ago index-rtl.css 3 days ago index.asset.php 3 days ago index.css 3 days ago index.js 3 days ago style-index-rtl.css 3 days ago style-index.css 3 days ago
block.json
281 lines
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "superb-addons/multistep-form",
5 "version": "0.1.0",
6 "title": "Superb Multi-Step Form",
7 "category": "superb-addons-blocks",
8 "icon": "forms",
9 "description": "Break long forms into digestible steps with progress tracking, per-step validation, and smooth transitions. Premium feature.",
10 "keywords": [
11 "form",
12 "multi-step",
13 "wizard",
14 "steps",
15 "multi-page",
16 "contact"
17 ],
18 "supports": {
19 "html": false,
20 "align": ["wide", "full"],
21 "color": {
22 "background": true,
23 "text": true,
24 "link": false
25 },
26 "spacing": {
27 "margin": true,
28 "padding": true,
29 "blockGap": true,
30 "__experimentalDefaultControls": {
31 "blockGap": true
32 }
33 },
34 "border": {
35 "color": true,
36 "radius": true,
37 "style": true,
38 "width": true
39 },
40 "__experimentalBorder": {
41 "color": true,
42 "radius": true,
43 "style": true,
44 "width": true
45 },
46 "typography": {
47 "fontSize": true,
48 "lineHeight": true,
49 "__experimentalFontFamily": true,
50 "__experimentalFontWeight": true
51 }
52 },
53 "attributes": {
54 "style": {
55 "type": "object",
56 "default": {
57 "spacing": {
58 "blockGap": "var:preset|spacing|superbspacing-xsmall"
59 }
60 }
61 },
62 "formId": {
63 "type": "string"
64 },
65 "honeypotKey": {
66 "type": "string"
67 },
68 "formName": {
69 "type": "string"
70 },
71 "submitLabel": {
72 "type": "string"
73 },
74 "successDisplayMode": {
75 "type": "string"
76 },
77 "successHeading": {
78 "type": "string"
79 },
80 "successBody": {
81 "type": "string"
82 },
83 "successShowIcon": {
84 "type": "boolean"
85 },
86 "errorHeading": {
87 "type": "string"
88 },
89 "errorBody": {
90 "type": "string"
91 },
92 "errorShowIcon": {
93 "type": "boolean"
94 },
95 "errorRetryLabel": {
96 "type": "string"
97 },
98 "summaryFieldsMode": {
99 "type": "string"
100 },
101 "summaryFieldsList": {
102 "type": "array",
103 "items": {
104 "type": "string"
105 }
106 },
107 "summaryMaskSensitive": {
108 "type": "boolean"
109 },
110 "summaryShowTimestamp": {
111 "type": "boolean"
112 },
113 "redirectUrl": {
114 "type": "string"
115 },
116 "emailEnabled": {
117 "type": "boolean"
118 },
119 "storeEnabled": {
120 "type": "boolean"
121 },
122 "storeSpamEnabled": {
123 "type": "boolean",
124 "default": false
125 },
126 "emailTo": {
127 "type": "string"
128 },
129 "emailSubject": {
130 "type": "string"
131 },
132 "emailReplyTo": {
133 "type": "string"
134 },
135 "emailCC": {
136 "type": "string"
137 },
138 "emailBCC": {
139 "type": "string"
140 },
141 "sendConfirmation": {
142 "type": "boolean"
143 },
144 "confirmationSubject": {
145 "type": "string"
146 },
147 "confirmationMessage": {
148 "type": "string"
149 },
150 "confirmationEmailField": {
151 "type": "string"
152 },
153 "captchaType": {
154 "type": "string"
155 },
156 "successBehavior": {
157 "type": "string"
158 },
159 "mailchimpEnabled": {
160 "type": "boolean"
161 },
162 "mailchimpListIds": {
163 "type": "array",
164 "items": {
165 "type": "string"
166 }
167 },
168 "brevoEnabled": {
169 "type": "boolean"
170 },
171 "brevoListIds": {
172 "type": "array",
173 "items": {
174 "type": "string"
175 }
176 },
177 "labelPosition": {
178 "type": "string"
179 },
180 "submitButtonAlign": {
181 "type": "string"
182 },
183 "successShowResubmit": {
184 "type": "boolean"
185 },
186 "successResubmitLabel": {
187 "type": "string"
188 },
189 "webhookEnabled": {
190 "type": "boolean",
191 "default": false
192 },
193 "webhookUrl": {
194 "type": "string",
195 "default": ""
196 },
197 "webhookMethod": {
198 "type": "string",
199 "default": "POST"
200 },
201 "webhookHeaders": {
202 "type": "array",
203 "default": []
204 },
205 "googleSheetsEnabled": {
206 "type": "boolean",
207 "default": false
208 },
209 "googleSheetsSpreadsheetUrl": {
210 "type": "string",
211 "default": ""
212 },
213 "googleSheetsSheetName": {
214 "type": "string",
215 "default": ""
216 },
217 "slackEnabled": {
218 "type": "boolean",
219 "default": false
220 },
221 "slackWebhookUrl": {
222 "type": "string",
223 "default": ""
224 },
225 "progressStyle": {
226 "type": "string",
227 "default": "numbered"
228 },
229 "transitionEffect": {
230 "type": "string",
231 "default": "slide"
232 },
233 "nextLabel": {
234 "type": "string"
235 },
236 "prevLabel": {
237 "type": "string"
238 },
239 "autoScrollEnabled": {
240 "type": "boolean",
241 "default": true
242 },
243 "allowStepJumping": {
244 "type": "boolean",
245 "default": true
246 },
247 "showReviewStep": {
248 "type": "boolean",
249 "default": false
250 },
251 "reviewStepLabel": {
252 "type": "string",
253 "default": ""
254 },
255 "reviewStepDescription": {
256 "type": "string",
257 "default": ""
258 },
259 "reviewEditLabel": {
260 "type": "string",
261 "default": ""
262 },
263 "showProgressLabels": {
264 "type": "boolean",
265 "default": true
266 },
267 "showProgressDescriptions": {
268 "type": "boolean",
269 "default": false
270 },
271 "isPreview": {
272 "type": "boolean",
273 "default": false
274 }
275 },
276 "textdomain": "superb-blocks",
277 "editorScript": "file:./index.js",
278 "editorStyle": "file:./index.css",
279 "style": "file:./style-index.css"
280 }
281