PluginProbe
MotoPress Hotel Booking for Divi / trunk
MotoPress Hotel Booking for Divi vtrunk
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 / availability-calendar / module.json

module.json in MotoPress Hotel Booking for Divi trunk, at divi-5/visual-builder/src/modules/availability-calendar/module.json

226 lines 4.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "mphb-divi/availability-calendar",
3 "d4Shortcode": "mphb-divi-availability-calendar",
4 "title": "HB Availability Calendar",
5 "titles": "HB Availability Calendar",
6 "category": "module",
7 "moduleClassName": "mphb-divi-availability-calendar",
8 "moduleOrderClassName": "mphb-divi-availability-calendar",
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 "selector": "{{selector}}",
41 "settings": {
42 "advanced": {
43 "id": {
44 "groupType": "group-item",
45 "item": {
46 "groupSlug": "contentOptions",
47 "priority": 10,
48 "render": true,
49 "label": "Accommodation Type",
50 "description": "Select the accommodation type to display.",
51 "category": "basic_option",
52 "component": {
53 "name": "divi/select",
54 "type": "field"
55 },
56 "features": {
57 "hover": false,
58 "sticky": false,
59 "responsive": false,
60 "preset": "content"
61 }
62 }
63 },
64 "monthstoshow": {
65 "groupType": "group-item",
66 "item": {
67 "groupSlug": "contentOptions",
68 "priority": 20,
69 "render": true,
70 "label": "Months to Show",
71 "description": "How many months to show.",
72 "category": "basic_option",
73 "component": {
74 "name": "divi/text",
75 "type": "field"
76 },
77 "features": {
78 "hover": false,
79 "sticky": false,
80 "responsive": false,
81 "preset": "content"
82 }
83 }
84 },
85 "display_price": {
86 "groupType": "group-item",
87 "item": {
88 "groupSlug": "contentOptions",
89 "priority": 30,
90 "render": true,
91 "label": "Display prices",
92 "description": "Display per-night prices in the availability calendar.",
93 "category": "configuration",
94 "component": {
95 "name": "divi/toggle",
96 "type": "field"
97 },
98 "features": {
99 "hover": false,
100 "sticky": false,
101 "responsive": false,
102 "preset": "content"
103 }
104 }
105 },
106 "truncate_price": {
107 "groupType": "group-item",
108 "item": {
109 "groupSlug": "contentOptions",
110 "priority": 40,
111 "render": true,
112 "label": "Truncate prices",
113 "description": "Truncate per-night prices in the availability calendar.",
114 "category": "configuration",
115 "component": {
116 "name": "divi/toggle",
117 "type": "field"
118 },
119 "features": {
120 "hover": false,
121 "sticky": false,
122 "responsive": false,
123 "preset": "content"
124 }
125 }
126 },
127 "display_currency": {
128 "groupType": "group-item",
129 "item": {
130 "groupSlug": "contentOptions",
131 "priority": 50,
132 "render": true,
133 "label": "Display currency",
134 "description": "Display the currency sign in the availability calendar.",
135 "category": "configuration",
136 "component": {
137 "name": "divi/toggle",
138 "type": "field"
139 },
140 "features": {
141 "hover": false,
142 "sticky": false,
143 "responsive": false,
144 "preset": "content"
145 }
146 }
147 },
148 "class": {
149 "groupType": "group-item",
150 "item": {
151 "groupSlug": "contentOptions",
152 "priority": 60,
153 "render": true,
154 "label": "Class",
155 "description": "Custom CSS class for shortcode wrapper.",
156 "category": "configuration",
157 "component": {
158 "name": "divi/text",
159 "type": "field"
160 },
161 "features": {
162 "hover": false,
163 "sticky": false,
164 "responsive": false,
165 "preset": "content"
166 }
167 }
168 }
169 }
170 },
171 "default": {
172 "advanced": {
173 "id": {
174 "desktop": {
175 "value": ""
176 }
177 },
178 "monthstoshow": {
179 "desktop": {
180 "value": "2,3"
181 }
182 },
183 "display_price": {
184 "desktop": {
185 "value": "off"
186 }
187 },
188 "truncate_price": {
189 "desktop": {
190 "value": "on"
191 }
192 },
193 "display_currency": {
194 "desktop": {
195 "value": "off"
196 }
197 },
198 "class": {
199 "desktop": {
200 "value": ""
201 }
202 }
203 }
204 }
205 }
206 },
207 "settings": {
208 "design": "auto",
209 "advanced": "auto",
210 "groups": {
211 "contentOptions": {
212 "panel": "content",
213 "priority": 10,
214 "multiElements": true,
215 "groupName": "options",
216 "component": {
217 "name": "divi/composite",
218 "props": {
219 "groupLabel": "Options"
220 }
221 }
222 }
223 }
224 }
225 }
226