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

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

96 lines 1.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "mphb-divi/accommodation-content",
3 "d4Shortcode": "mphb-divi-accommodation-type-content",
4 "title": "HB Acc. Type Content",
5 "titles": "HB Acc. Type Content",
6 "category": "module",
7 "moduleClassName": "mphb-divi-accommodation-type-content",
8 "moduleOrderClassName": "mphb-divi-accommodation-type-content",
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 "accommodation_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 }
65 },
66 "default": {
67 "advanced": {
68 "accommodation_id": {
69 "desktop": {
70 "value": "current"
71 }
72 }
73 }
74 }
75 }
76 },
77 "settings": {
78 "design": "auto",
79 "advanced": "auto",
80 "groups": {
81 "contentOptions": {
82 "panel": "content",
83 "priority": 10,
84 "multiElements": true,
85 "groupName": "options",
86 "component": {
87 "name": "divi/composite",
88 "props": {
89 "groupLabel": "Options"
90 }
91 }
92 }
93 }
94 }
95 }
96