PluginProbe ʕ •ᴥ•ʔ
Booking for Appointments and Events Calendar – Amelia / 2.4.6
Booking for Appointments and Events Calendar – Amelia v2.4.6
2.4.7 2.4.6 2.4.5 2.4.4 2.4.3 2.4.2 2.4.1 2.4 trunk 1.2.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.15 1.2.16 1.2.17 1.2.18 1.2.19 1.2.2 1.2.20 1.2.21 1.2.22 1.2.23 1.2.24 1.2.25 1.2.26 1.2.27 1.2.28 1.2.29 1.2.3 1.2.30 1.2.31 1.2.32 1.2.33 1.2.34 1.2.35 1.2.36 1.2.37 1.2.38 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.1.3 2.2 2.2.1 2.3
ameliabooking / extensions / divi_5_amelia / visual-builder / src / modules / Booking / module.json
ameliabooking / extensions / divi_5_amelia / visual-builder / src / modules / Booking Last commit date
conversion-outline.json 6 months ago module.json 4 months ago
module.json
231 lines
1 {
2 "name": "divi5-amelia/booking",
3 "d4Shortcode": "divi_booking",
4 "title": "Amelia - Booking (Legacy)",
5 "titles": "Amelia Bookings (Legacy)",
6 "category": "module",
7 "moduleClassName": "divi5_amelia_booking",
8 "moduleOrderClassName": "divi5_amelia_booking",
9 "moduleIcon": "amelia/step-booking",
10 "attributes": {
11 "module": {
12 "type": "object",
13 "selector": "{{selector}}",
14 "default": {
15 "meta": {
16 "adminLabel": {
17 "desktop": {
18 "value": "Amelia Booking"
19 }
20 }
21 }
22 },
23 "settings": {
24 "meta": {
25 "adminLabel": {}
26 },
27 "decoration": {
28 "background": {},
29 "sizing": {},
30 "spacing": {},
31 "border": {},
32 "boxShadow": {},
33 "filters": {},
34 "transform": {},
35 "animation": {},
36 "overflow": {},
37 "disabledOn": {},
38 "transition": {},
39 "position": {},
40 "zIndex": {},
41 "scroll": {},
42 "sticky": {}
43 }
44 }
45 },
46 "parameters": {
47 "type": "object",
48 "selector": "{{selector}} .amelia-booking-wrapper",
49 "settings": {
50 "innerContent": {
51 "groupType": "group-item",
52 "item": {
53 "groupName": "mainContent",
54 "priority": 10,
55 "render": true,
56 "attrName": "parameters.innerContent",
57 "label": "Preselect Booking Parameters",
58 "description": "Enable to preselect booking parameters",
59 "component": {
60 "name": "divi/toggle",
61 "type": "field"
62 }
63 }
64 }
65 }
66 },
67 "trigger": {
68 "type": "object",
69 "settings": {
70 "innerContent": {
71 "groupType": "group-item",
72 "item": {
73 "groupName": "mainContent",
74 "priority": 15,
75 "render": true,
76 "attrName": "trigger.innerContent",
77 "label": "Trigger Element Selector",
78 "description": "CSS selector for the element that will trigger the booking form",
79 "component": {
80 "name": "divi/text",
81 "type": "field"
82 }
83 }
84 }
85 }
86 },
87 "type": {
88 "type": "object",
89 "settings": {
90 "innerContent": {
91 "groupType": "group-item",
92 "item": {
93 "groupName": "mainContent",
94 "priority": 16,
95 "render": true,
96 "attrName": "type.innerContent",
97 "label": "Show Type",
98 "description": "Filter by booking type",
99 "component": {
100 "name": "divi/select",
101 "type": "field",
102 "props": {
103 "options": [
104 { "value": "0", "label": "Show All" },
105 { "value": "services", "label": "Services" },
106 { "value": "packages", "label": "Packages" }
107 ]
108 }
109 }
110 }
111 }
112 }
113 },
114 "categories": {
115 "type": "object",
116 "settings": {
117 "innerContent": {
118 "groupType": "group-item",
119 "item": {
120 "groupName": "mainContent",
121 "priority": 20,
122 "render": true,
123 "attrName": "categories.innerContent",
124 "label": "Select Categories",
125 "description": "Preselect categories (multiple selection)",
126 "component": {
127 "name": "divi/select",
128 "type": "field",
129 "props": {
130 "multiple": true
131 }
132 }
133 }
134 }
135 }
136 },
137 "services": {
138 "type": "object",
139 "settings": {
140 "innerContent": {
141 "groupType": "group-item",
142 "item": {
143 "groupName": "mainContent",
144 "priority": 30,
145 "render": true,
146 "attrName": "services.innerContent",
147 "label": "Select Services",
148 "description": "Preselect services (multiple selection)",
149 "component": {
150 "name": "divi/select",
151 "type": "field",
152 "props": {
153 "multiple": true
154 }
155 }
156 }
157 }
158 }
159 },
160 "employees": {
161 "type": "object",
162 "settings": {
163 "innerContent": {
164 "groupType": "group-item",
165 "item": {
166 "groupName": "mainContent",
167 "priority": 40,
168 "render": true,
169 "attrName": "employees.innerContent",
170 "label": "Select Employees",
171 "description": "Preselect employees (multiple selection)",
172 "component": {
173 "name": "divi/select",
174 "type": "field",
175 "props": {
176 "multiple": true
177 }
178 }
179 }
180 }
181 }
182 },
183 "locations": {
184 "type": "object",
185 "settings": {
186 "innerContent": {
187 "groupType": "group-item",
188 "item": {
189 "groupName": "mainContent",
190 "priority": 50,
191 "render": true,
192 "attrName": "locations.innerContent",
193 "label": "Select Locations",
194 "description": "Preselect locations (multiple selection)",
195 "component": {
196 "name": "divi/select",
197 "type": "field",
198 "props": {
199 "multiple": true
200 }
201 }
202 }
203 }
204 }
205 },
206 "packages": {
207 "type": "object",
208 "settings": {
209 "innerContent": {
210 "groupType": "group-item",
211 "item": {
212 "groupName": "mainContent",
213 "priority": 60,
214 "render": true,
215 "attrName": "packages.innerContent",
216 "label": "Select Packages",
217 "description": "Preselect packages (multiple selection)",
218 "component": {
219 "name": "divi/select",
220 "type": "field",
221 "props": {
222 "multiple": true
223 }
224 }
225 }
226 }
227 }
228 }
229 }
230 }
231