PluginProbe
MotoPress Hotel Booking for Divi / 2.0.0
MotoPress Hotel Booking for Divi v2.0.0
trunk 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.1.0 2.0.0
mphb-divi / divi-5 / visual-builder / src / modules / single-accommodation / module.json

module.json in MotoPress Hotel Booking for Divi 2.0.0, at divi-5/visual-builder/src/modules/single-accommodation/module.json

329 lines 7.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "mphb-divi/single-accommodation",
3 "d4Shortcode": "mphb-divi-single-accommodation",
4 "title": "HB Single Accom.",
5 "titles": "HB Single Accom.",
6 "category": "module",
7 "moduleClassName": "mphb-divi-single-accommodation",
8 "moduleOrderClassName": "mphb-divi-single-accommodation",
9 "attributes": {
10 "module": {
11 "type": "object",
12 "selector": "{{selector}}",
13 "settings": {
14 "meta": {
15 "adminLabel": {}
16 },
17 "decoration": {
18 "attributes": {},
19 "background": {},
20 "font": {},
21 "sizing": {},
22 "spacing": {},
23 "border": {},
24 "boxShadow": {},
25 "filters": {},
26 "transform": {},
27 "animation": {},
28 "overflow": {},
29 "disabledOn": {},
30 "position": {},
31 "zIndex": {},
32 "conditions": {},
33 "scroll": {},
34 "transition": {}
35 }
36 }
37 },
38 "shortcode": {
39 "type": "object",
40 "settings": {
41 "advanced": {
42 "id": {
43 "groupType": "group-item",
44 "item": {
45 "groupSlug": "contentOptions",
46 "priority": 10,
47 "render": true,
48 "label": "Accommodation Type",
49 "description": "Select the accommodation type to display.",
50 "category": "basic_option",
51 "features": {
52 "hover": false,
53 "sticky": false,
54 "responsive": false,
55 "preset": "content"
56 },
57 "component": {
58 "name": "divi/select",
59 "type": "field"
60 }
61 }
62 },
63 "title": {
64 "groupType": "group-item",
65 "item": {
66 "groupSlug": "contentOptions",
67 "priority": 20,
68 "render": true,
69 "label": "Title",
70 "description": "Whether to display title of the accommodation type.",
71 "category": "configuration",
72 "features": {
73 "hover": false,
74 "sticky": false,
75 "responsive": false,
76 "preset": "content"
77 },
78 "component": {
79 "name": "divi/toggle",
80 "type": "field"
81 }
82 }
83 },
84 "featured_image": {
85 "groupType": "group-item",
86 "item": {
87 "groupSlug": "contentOptions",
88 "priority": 30,
89 "render": true,
90 "label": "Featured image",
91 "description": "Whether to display featured image of the accommodation type.",
92 "category": "configuration",
93 "features": {
94 "hover": false,
95 "sticky": false,
96 "responsive": false,
97 "preset": "content"
98 },
99 "component": {
100 "name": "divi/toggle",
101 "type": "field"
102 }
103 }
104 },
105 "gallery": {
106 "groupType": "group-item",
107 "item": {
108 "groupSlug": "contentOptions",
109 "priority": 40,
110 "render": true,
111 "label": "Gallery",
112 "description": "Whether to display gallery of the accommodation type.",
113 "category": "configuration",
114 "features": {
115 "hover": false,
116 "sticky": false,
117 "responsive": false,
118 "preset": "content"
119 },
120 "component": {
121 "name": "divi/toggle",
122 "type": "field"
123 }
124 }
125 },
126 "excerpt": {
127 "groupType": "group-item",
128 "item": {
129 "groupSlug": "contentOptions",
130 "priority": 50,
131 "render": true,
132 "label": "Excerpt",
133 "description": "Whether to display excerpt of the accommodation type.",
134 "category": "configuration",
135 "features": {
136 "hover": false,
137 "sticky": false,
138 "responsive": false,
139 "preset": "content"
140 },
141 "component": {
142 "name": "divi/toggle",
143 "type": "field"
144 }
145 }
146 },
147 "details": {
148 "groupType": "group-item",
149 "item": {
150 "groupSlug": "contentOptions",
151 "priority": 60,
152 "render": true,
153 "label": "Details",
154 "description": "Whether to display details of the accommodation type.",
155 "category": "configuration",
156 "features": {
157 "hover": false,
158 "sticky": false,
159 "responsive": false,
160 "preset": "content"
161 },
162 "component": {
163 "name": "divi/toggle",
164 "type": "field"
165 }
166 }
167 },
168 "price": {
169 "groupType": "group-item",
170 "item": {
171 "groupSlug": "contentOptions",
172 "priority": 70,
173 "render": true,
174 "label": "Price",
175 "description": "Whether to display price of the accommodation type.",
176 "category": "configuration",
177 "features": {
178 "hover": false,
179 "sticky": false,
180 "responsive": false,
181 "preset": "content"
182 },
183 "component": {
184 "name": "divi/toggle",
185 "type": "field"
186 }
187 }
188 },
189 "view_button": {
190 "groupType": "group-item",
191 "item": {
192 "groupSlug": "contentOptions",
193 "priority": 80,
194 "render": true,
195 "label": "View Button",
196 "description": "Whether to display the View Details button.",
197 "category": "configuration",
198 "features": {
199 "hover": false,
200 "sticky": false,
201 "responsive": false,
202 "preset": "content"
203 },
204 "component": {
205 "name": "divi/toggle",
206 "type": "field"
207 }
208 }
209 },
210 "book_button": {
211 "groupType": "group-item",
212 "item": {
213 "groupSlug": "contentOptions",
214 "priority": 90,
215 "render": true,
216 "label": "Book Button",
217 "description": "Whether to display the Book button.",
218 "category": "configuration",
219 "features": {
220 "hover": false,
221 "sticky": false,
222 "responsive": false,
223 "preset": "content"
224 },
225 "component": {
226 "name": "divi/toggle",
227 "type": "field"
228 }
229 }
230 },
231 "class": {
232 "groupType": "group-item",
233 "item": {
234 "groupSlug": "contentOptions",
235 "priority": 100,
236 "render": true,
237 "label": "Class",
238 "description": "Custom CSS class for shortcode wrapper.",
239 "category": "configuration",
240 "features": {
241 "hover": false,
242 "sticky": false,
243 "responsive": false,
244 "preset": "content"
245 },
246 "component": {
247 "name": "divi/text",
248 "type": "field"
249 }
250 }
251 }
252 }
253 },
254 "default": {
255 "advanced": {
256 "id": {
257 "desktop": {
258 "value": ""
259 }
260 },
261 "title": {
262 "desktop": {
263 "value": "on"
264 }
265 },
266 "featured_image": {
267 "desktop": {
268 "value": "on"
269 }
270 },
271 "gallery": {
272 "desktop": {
273 "value": "on"
274 }
275 },
276 "excerpt": {
277 "desktop": {
278 "value": "on"
279 }
280 },
281 "details": {
282 "desktop": {
283 "value": "on"
284 }
285 },
286 "price": {
287 "desktop": {
288 "value": "on"
289 }
290 },
291 "view_button": {
292 "desktop": {
293 "value": "on"
294 }
295 },
296 "book_button": {
297 "desktop": {
298 "value": "on"
299 }
300 },
301 "class": {
302 "desktop": {
303 "value": ""
304 }
305 }
306 }
307 }
308 }
309 },
310 "settings": {
311 "design": "auto",
312 "advanced": "auto",
313 "groups": {
314 "contentOptions": {
315 "panel": "content",
316 "priority": 10,
317 "multiElements": true,
318 "groupName": "options",
319 "component": {
320 "name": "divi/composite",
321 "props": {
322 "groupLabel": "Options"
323 }
324 }
325 }
326 }
327 }
328 }
329