PluginProbe ʕ •ᴥ•ʔ
JetFormBuilder — Dynamic Blocks Form Builder / 2.1.8
JetFormBuilder — Dynamic Blocks Form Builder v2.1.8
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-start / block.json
jetformbuilder / assets / blocks-src / form-break-start Last commit date
block.json 3 years ago
block.json
29 lines
1 {
2 "apiVersion": 2,
3 "name": "jet-forms/form-break-start",
4 "category": "jet-form-builder-elements",
5 "keywords": [
6 "jetformbuilder",
7 "block",
8 "break",
9 "pagebreak",
10 "formbreak",
11 "start"
12 ],
13 "textdomain": "jet-form-builder",
14 "supports": {
15 "customClassName": false,
16 "html": false
17 },
18 "title": "Form Page Start",
19 "icon": "<svg width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<rect x=\"34\" y=\"2\" width=\"28\" height=\"28\" rx=\"3\" fill=\"white\" stroke=\"#0F172A\" stroke-width=\"2\"/>\n<rect x=\"18\" y=\"12\" width=\"34\" height=\"34\" rx=\"3\" fill=\"white\" stroke=\"#0F172A\" stroke-width=\"2\"/>\n<rect x=\"2\" y=\"22\" width=\"40\" height=\"40\" rx=\"3\" fill=\"#6F8CFF\" stroke=\"#0F172A\" stroke-width=\"2\"/>\n<path d=\"M24.3809 36.1768V49H21.8496V39.0947L18.8086 40.0615V38.0664L24.1084 36.1768H24.3809Z\" fill=\"#0F172A\"/>\n</svg>",
20 "attributes": {
21 "class_name": {
22 "type": "string",
23 "default": ""
24 }
25 },
26 "usesContext": [
27 "jet-forms/conditional-block--name"
28 ]
29 }