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

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

152 lines 3.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "mphb-divi/accommodation-attribute",
3 "d4Shortcode": "mphb-divi-accommodation-type-attribute",
4 "title": "HB Acc. Type Attribute",
5 "titles": "HB Acc. Type Attribute",
6 "category": "module",
7 "moduleClassName": "mphb-divi-accommodation-type-attribute",
8 "moduleOrderClassName": "mphb-divi-accommodation-type-attribute",
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 "advanced": {
37 "link": {}
38 }
39 }
40 },
41 "shortcode": {
42 "type": "object",
43 "selector": "{{selector}}",
44 "settings": {
45 "advanced": {
46 "accommodation_id": {
47 "groupType": "group-item",
48 "item": {
49 "groupSlug": "contentOptions",
50 "priority": 10,
51 "render": true,
52 "label": "Accommodation Type",
53 "description": "Select the accommodation type to display.",
54 "category": "basic_option",
55 "component": {
56 "name": "divi/select",
57 "type": "field"
58 },
59 "features": {
60 "hover": false,
61 "sticky": false,
62 "responsive": false,
63 "preset": "content"
64 }
65 }
66 },
67 "selected_attribute": {
68 "groupType": "group-item",
69 "item": {
70 "groupSlug": "contentOptions",
71 "priority": 20,
72 "render": true,
73 "label": "Attribute",
74 "description": "Select the accommodation attribute to display.",
75 "category": "basic_option",
76 "component": {
77 "name": "divi/select",
78 "type": "field"
79 },
80 "features": {
81 "hover": false,
82 "sticky": false,
83 "responsive": false,
84 "preset": "content"
85 }
86 }
87 },
88 "show_label": {
89 "groupType": "group-item",
90 "item": {
91 "groupSlug": "contentOptions",
92 "priority": 30,
93 "render": true,
94 "label": "Show label",
95 "description": "Display the attribute label before the value.",
96 "category": "configuration",
97 "component": {
98 "name": "divi/toggle",
99 "type": "field"
100 },
101 "features": {
102 "hover": false,
103 "sticky": false,
104 "responsive": false,
105 "preset": "content"
106 }
107 }
108 }
109 }
110 },
111 "default": {
112 "advanced": {
113 "accommodation_id": {
114 "desktop": {
115 "value": "current"
116 }
117 },
118 "selected_attribute": {
119 "desktop": {
120 "value": "adults"
121 }
122 },
123 "show_label": {
124 "desktop": {
125 "value": "off"
126 }
127 }
128 }
129 }
130 }
131 },
132 "customCssFields": {},
133 "settings": {
134 "design": "auto",
135 "advanced": "auto",
136 "groups": {
137 "contentOptions": {
138 "panel": "content",
139 "priority": 10,
140 "multiElements": true,
141 "groupName": "options",
142 "component": {
143 "name": "divi/composite",
144 "props": {
145 "groupLabel": "Options"
146 }
147 }
148 }
149 }
150 }
151 }
152