PluginProbe ʕ •ᴥ•ʔ
JetFormBuilder — Dynamic Blocks Form Builder / 1.2.3
JetFormBuilder — Dynamic Blocks Form Builder v1.2.3
3.6.4.1 3.6.4 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 / select-field / block.json
jetformbuilder / assets / blocks-src / select-field Last commit date
block.json 5 years ago
block.json
98 lines
1 {
2 "apiVersion": 2,
3 "name": "jet-forms/select-field",
4 "category": "jet-form-builder-fields",
5 "keywords": [
6 "jetformbuilder",
7 "field",
8 "select"
9 ],
10 "textdomain": "jet-form-builder",
11 "supports": {
12 "customClassName": false,
13 "html": false
14 },
15 "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=\"1\" y=\"3\" width=\"62\" height=\"26\" rx=\"3\" fill=\"white\" stroke=\"#162B40\" stroke-width=\"2\"/><rect x=\"42\" y=\"8\" width=\"16\" height=\"16\" rx=\"3\" fill=\"#4AF3BA\" stroke=\"#162B40\" stroke-width=\"2\"/><path d=\"M48 15L50 17L52 15\" stroke=\"#162B40\" stroke-width=\"2\" stroke-linecap=\"round\"/><rect x=\"1\" y=\"36\" width=\"62\" height=\"26\" rx=\"3\" fill=\"white\" stroke=\"#162B40\" stroke-width=\"2\"/><rect x=\"42\" y=\"41\" width=\"16\" height=\"16\" rx=\"3\" fill=\"#4AF3BA\" stroke=\"#162B40\" stroke-width=\"2\"/><path d=\"M48 48L50 50L52 48\" stroke=\"#162B40\" stroke-width=\"2\" stroke-linecap=\"round\"/></svg>",
16 "attributes": {
17 "switch_on_change": {
18 "type": "boolean",
19 "default": false
20 },
21 "field_options_from": {
22 "type": "string",
23 "default": "manual_input"
24 },
25 "field_options": {
26 "type": "array",
27 "default": []
28 },
29 "field_options_post_type": {
30 "type": "string",
31 "default": "post"
32 },
33 "field_options_tax": {
34 "type": "string",
35 "default": "category"
36 },
37 "field_options_key": {
38 "type": "string",
39 "default": ""
40 },
41 "generator_function": {
42 "type": "string",
43 "default": ""
44 },
45 "generator_field": {
46 "type": "string",
47 "default": ""
48 },
49 "calculated_value_from_key": {
50 "type": "string",
51 "default": ""
52 },
53 "value_from_key": {
54 "type": "string",
55 "default": ""
56 },
57 "label": {
58 "type": "string",
59 "default": ""
60 },
61 "name": {
62 "type": "string",
63 "default": "field_name"
64 },
65 "desc": {
66 "type": "string",
67 "default": ""
68 },
69 "default": {
70 "type": "string",
71 "default": ""
72 },
73 "placeholder": {
74 "type": "string",
75 "default": ""
76 },
77 "required": {
78 "type": "boolean",
79 "default": false
80 },
81 "add_prev": {
82 "type": "boolean",
83 "default": false
84 },
85 "prev_label": {
86 "type": "string",
87 "default": ""
88 },
89 "visibility": {
90 "type": "string",
91 "default": ""
92 },
93 "class_name": {
94 "type": "string",
95 "default": ""
96 }
97 }
98 }