PluginProbe ʕ •ᴥ•ʔ
JetFormBuilder — Dynamic Blocks Form Builder / 3.0.0
JetFormBuilder — Dynamic Blocks Form Builder v3.0.0
3.6.3.1 3.6.3 3.6.2.2 3.6.2.1 3.6.2 3.6.1.1 3.6.1 3.6.0.1 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.3.0 1.3.1 1.3.2 1.3.3 1.4.0 1.4.1 1.4.2 1.4.3 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.1.0 2.1.1 2.1.10 2.1.11 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 3.0.0 3.0.0.1 3.0.0.2 3.0.0.3 3.0.1 3.0.1.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.0.1 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 3.2.0 3.2.1 3.2.2 3.2.3 3.3.0 3.3.1 3.3.2 3.3.3 3.3.3.1 3.3.4 3.3.4.1 3.3.4.2 3.4.0 3.4.1 3.4.2 3.4.3 3.4.4 3.4.5 3.4.5.1 3.4.5.2 3.4.6 3.4.7 3.4.7.1 3.5.0 3.5.1 3.5.1.1 3.5.1.2 3.5.2 3.5.2.1 3.5.3 3.5.4 3.5.5 3.5.6 3.5.6.1 3.5.6.2 3.5.6.3 3.6.0
jetformbuilder / assets / blocks-src / form-break-field / block.json
jetformbuilder / assets / blocks-src / form-break-field Last commit date
block.json 3 years ago
block.json
61 lines
1 {
2 "apiVersion": 2,
3 "name": "jet-forms/form-break-field",
4 "category": "jet-form-builder-elements",
5 "keywords": [
6 "jetformbuilder",
7 "block",
8 "break",
9 "pagebreak",
10 "formbreak"
11 ],
12 "textdomain": "jet-form-builder",
13 "supports": {
14 "customClassName": false,
15 "html": false
16 },
17 "title": "Form Page Break",
18 "icon": "<svg width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><rect width=\"64\" height=\"64\" fill=\"white\"/><rect x=\"29\" y=\"1\" width=\"34\" height=\"34\" rx=\"3\" fill=\"white\" stroke=\"#162B40\" stroke-width=\"2\"/><rect x=\"1\" y=\"22\" width=\"41\" height=\"41\" rx=\"3\" fill=\"#6F8CFF\" stroke=\"#162B40\" stroke-width=\"2\"/><path d=\"M23.3721 49H20.832V39.209L17.7998 40.1494V38.084L23.0996 36.1855H23.3721V49Z\" fill=\"#162B40\"/><path d=\"M50.9795 23H44.1572V21.6465L47.377 18.2148C47.819 17.7318 48.1449 17.3102 48.3545 16.9502C48.5687 16.5902 48.6758 16.2484 48.6758 15.9248C48.6758 15.4827 48.5641 15.1364 48.3408 14.8857C48.1175 14.6305 47.7985 14.5029 47.3838 14.5029C46.9372 14.5029 46.584 14.6579 46.3242 14.9678C46.069 15.2731 45.9414 15.6764 45.9414 16.1777H43.959C43.959 15.5716 44.1025 15.0179 44.3896 14.5166C44.6813 14.0153 45.0915 13.6234 45.6201 13.3408C46.1488 13.0537 46.748 12.9102 47.418 12.9102C48.4434 12.9102 49.2386 13.1562 49.8037 13.6484C50.3734 14.1406 50.6582 14.8356 50.6582 15.7334C50.6582 16.2256 50.5306 16.7269 50.2754 17.2373C50.0202 17.7477 49.5827 18.3424 48.9629 19.0215L46.7002 21.4072H50.9795V23Z\" fill=\"#162B40\"/></svg>",
19 "attributes": {
20 "add_next_button": {
21 "type": "boolean",
22 "default": true
23 },
24 "page_break_disabled": {
25 "type": "string",
26 "default": "",
27 "jfb": {
28 "shortcode": true
29 }
30 },
31 "label_progress": {
32 "type": "string",
33 "default": ""
34 },
35 "label": {
36 "type": "string",
37 "default": "",
38 "jfb": {
39 "shortcode": true
40 }
41 },
42 "add_prev": {
43 "type": "boolean",
44 "default": false
45 },
46 "prev_label": {
47 "type": "string",
48 "default": "",
49 "jfb": {
50 "shortcode": true
51 }
52 },
53 "class_name": {
54 "type": "string",
55 "default": ""
56 }
57 },
58 "usesContext": [
59 "jet-forms/conditional-block--name"
60 ]
61 }