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 / services / module.json

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

264 lines 5.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "mphb-divi/services",
3 "d4Shortcode": "mphb-divi-services",
4 "title": "HB Accom. Services",
5 "titles": "HB Accom. Services",
6 "category": "module",
7 "moduleClassName": "mphb-divi-services",
8 "moduleOrderClassName": "mphb-divi-services",
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 "ids": {
44 "groupType": "group-item",
45 "item": {
46 "groupSlug": "contentOptions",
47 "priority": 10,
48 "render": true,
49 "label": "IDs",
50 "description": "Comma-separated IDs of services that will be shown. All services by default.",
51 "category": "basic_option",
52 "component": {
53 "name": "divi/text",
54 "type": "field"
55 },
56 "features": {
57 "hover": false,
58 "sticky": false,
59 "responsive": false,
60 "preset": "content"
61 }
62 }
63 },
64 "posts_per_page": {
65 "groupType": "group-item",
66 "item": {
67 "groupSlug": "contentOptions",
68 "priority": 20,
69 "render": true,
70 "label": "Count per page",
71 "description": "Integer, -1 to display all, default: blog pages show at most.",
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 "orderby": {
86 "groupType": "group-item",
87 "item": {
88 "groupSlug": "contentOptions",
89 "priority": 30,
90 "render": true,
91 "label": "Sort by",
92 "description": "ID, title, date, menu_order and other supported values.",
93 "category": "basic_option",
94 "component": {
95 "name": "divi/text",
96 "type": "field"
97 },
98 "features": {
99 "hover": false,
100 "sticky": false,
101 "responsive": false,
102 "preset": "content"
103 }
104 }
105 },
106 "order": {
107 "groupType": "group-item",
108 "item": {
109 "groupSlug": "contentOptions",
110 "priority": 40,
111 "render": true,
112 "label": "Order",
113 "description": "Designates the ascending or descending order of sorting.",
114 "category": "configuration",
115 "component": {
116 "name": "divi/select",
117 "type": "field",
118 "props": {
119 "defaultValue": "DESC",
120 "options": {
121 "ASC": {
122 "label": "ASC"
123 },
124 "DESC": {
125 "label": "DESC"
126 }
127 }
128 }
129 },
130 "features": {
131 "hover": false,
132 "sticky": false,
133 "responsive": false,
134 "preset": "content"
135 }
136 }
137 },
138 "meta_key": {
139 "groupType": "group-item",
140 "item": {
141 "groupSlug": "contentOptions",
142 "priority": 50,
143 "render": true,
144 "label": "Custom field name",
145 "description": "Required if orderby uses a meta_value variant.",
146 "category": "configuration",
147 "component": {
148 "name": "divi/text",
149 "type": "field"
150 },
151 "features": {
152 "hover": false,
153 "sticky": false,
154 "responsive": false,
155 "preset": "content"
156 }
157 }
158 },
159 "meta_type": {
160 "groupType": "group-item",
161 "item": {
162 "groupSlug": "contentOptions",
163 "priority": 60,
164 "render": true,
165 "label": "Custom field type",
166 "description": "Specified type of the custom field for meta_value sorting.",
167 "category": "configuration",
168 "component": {
169 "name": "divi/text",
170 "type": "field"
171 },
172 "features": {
173 "hover": false,
174 "sticky": false,
175 "responsive": false,
176 "preset": "content"
177 }
178 }
179 },
180 "class": {
181 "groupType": "group-item",
182 "item": {
183 "groupSlug": "contentOptions",
184 "priority": 70,
185 "render": true,
186 "label": "Class",
187 "description": "Custom CSS class for shortcode wrapper.",
188 "category": "configuration",
189 "component": {
190 "name": "divi/text",
191 "type": "field"
192 },
193 "features": {
194 "hover": false,
195 "sticky": false,
196 "responsive": false,
197 "preset": "content"
198 }
199 }
200 }
201 }
202 },
203 "default": {
204 "advanced": {
205 "ids": {
206 "desktop": {
207 "value": ""
208 }
209 },
210 "posts_per_page": {
211 "desktop": {
212 "value": ""
213 }
214 },
215 "orderby": {
216 "desktop": {
217 "value": ""
218 }
219 },
220 "order": {
221 "desktop": {
222 "value": "DESC"
223 }
224 },
225 "meta_key": {
226 "desktop": {
227 "value": ""
228 }
229 },
230 "meta_type": {
231 "desktop": {
232 "value": ""
233 }
234 },
235 "class": {
236 "desktop": {
237 "value": ""
238 }
239 }
240 }
241 }
242 }
243 },
244 "settings": {
245 "content": "auto",
246 "design": "auto",
247 "advanced": "auto",
248 "groups": {
249 "contentOptions": {
250 "panel": "content",
251 "priority": 10,
252 "multiElements": true,
253 "groupName": "options",
254 "component": {
255 "name": "divi/composite",
256 "props": {
257 "groupLabel": "Options"
258 }
259 }
260 }
261 }
262 }
263 }
264