PluginProbe ʕ •ᴥ•ʔ
JetFormBuilder — Dynamic Blocks Form Builder / 3.6.2
JetFormBuilder — Dynamic Blocks Form Builder v3.6.2
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 / group-break-field / block.json
jetformbuilder / assets / blocks-src / group-break-field Last commit date
block.json 2 months ago
block.json
43 lines
1 {
2 "apiVersion": 3,
3 "name": "jet-forms/group-break-field",
4 "category": "jet-form-builder-elements",
5 "keywords": [
6 "jetformbuilder",
7 "block",
8 "conditonal"
9 ],
10 "textdomain": "jet-form-builder",
11 "supports": {
12 "customClassName": false,
13 "html": false
14 },
15 "title": "Group Break Field",
16 "icon": "<svg width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M54 14H10C8.89543 14 8 14.8954 8 16V27H6V16C6 13.7909 7.79086 12 10 12H54C56.2091 12 58 13.7909 58 16V27H56V16C56 14.8954 55.1046 14 54 14Z\" fill=\"currentColor\"/>\n<path d=\"M6 48V37H8V48C8 49.1046 8.89543 50 10 50H54C55.1046 50 56 49.1046 56 48V37H58V48C58 50.2091 56.2091 52 54 52H10C7.79086 52 6 50.2091 6 48Z\" fill=\"currentColor\"/>\n<path d=\"M6 32C6 31.4477 6.44772 31 7 31H57C57.5523 31 58 31.4477 58 32C58 32.5523 57.5523 33 57 33H7C6.44772 33 6 32.5523 6 32Z\" fill=\"currentColor\"/>\n</svg>",
17 "attributes": {
18 "visibility": {
19 "type": "string",
20 "default": ""
21 },
22 "add_prev": {
23 "type": "boolean",
24 "default": false
25 },
26 "prev_label": {
27 "type": "string",
28 "default": ""
29 },
30 "class_name": {
31 "type": "string",
32 "default": ""
33 },
34 "className": {
35 "type": "string",
36 "default": ""
37 },
38 "isPreview": {
39 "type": "boolean",
40 "default": false
41 }
42 }
43 }