PluginProbe ʕ •ᴥ•ʔ
JetFormBuilder — Dynamic Blocks Form Builder / 1.5.3
JetFormBuilder — Dynamic Blocks Form Builder v1.5.3
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 4 years ago
block.json
122 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 "title": "Select Field",
16 "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>",
17 "attributes": {
18 "generator_numbers_min": {
19 "type": "number",
20 "default": ""
21 },
22 "generator_numbers_max": {
23 "type": "number",
24 "default": ""
25 },
26 "generator_numbers_step": {
27 "type": "number",
28 "default": ""
29 },
30 "glossary_id": {
31 "type": "string",
32 "default": ""
33 },
34 "switch_on_change": {
35 "type": "boolean",
36 "default": false
37 },
38 "field_options_from": {
39 "type": "string",
40 "default": "manual_input"
41 },
42 "field_options": {
43 "type": "array",
44 "default": []
45 },
46 "field_options_post_type": {
47 "type": "string",
48 "default": "post"
49 },
50 "field_options_tax": {
51 "type": "string",
52 "default": "category"
53 },
54 "field_options_key": {
55 "type": "string",
56 "default": ""
57 },
58 "generator_function": {
59 "type": "string",
60 "default": ""
61 },
62 "generator_field": {
63 "type": "string",
64 "default": ""
65 },
66 "calculated_value_from_key": {
67 "type": "string",
68 "default": ""
69 },
70 "value_from_key": {
71 "type": "string",
72 "default": ""
73 },
74 "label": {
75 "type": "string",
76 "default": ""
77 },
78 "name": {
79 "type": "string",
80 "default": "field_name"
81 },
82 "desc": {
83 "type": "string",
84 "default": ""
85 },
86 "default": {
87 "type": "string",
88 "default": ""
89 },
90 "placeholder": {
91 "type": "string",
92 "default": ""
93 },
94 "required": {
95 "type": "boolean",
96 "default": false
97 },
98 "add_prev": {
99 "type": "boolean",
100 "default": false
101 },
102 "prev_label": {
103 "type": "string",
104 "default": ""
105 },
106 "visibility": {
107 "type": "string",
108 "default": ""
109 },
110 "class_name": {
111 "type": "string",
112 "default": ""
113 },
114 "className": {
115 "type": "string",
116 "default": ""
117 }
118 },
119 "usesContext": [
120 "jet-forms/repeater-field--name"
121 ]
122 }