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

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

122 lines 2.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "mphb-divi/accommodation-attributes",
3 "d4Shortcode": "mphb-divi-accommodation-type-attributes",
4 "title": "HB Acc. Type Attributes",
5 "titles": "HB Acc. Type Attributes",
6 "category": "module",
7 "moduleClassName": "mphb-divi-accommodation-type-attributes",
8 "moduleOrderClassName": "mphb-divi-accommodation-type-attributes",
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 "selected_attributes": {
65 "groupType": "group-item",
66 "item": {
67 "groupSlug": "contentOptions",
68 "priority": 20,
69 "render": true,
70 "label": "Attributes",
71 "description": "Select the accommodation attributes to show. Leave all unchecked to use defaults.",
72 "category": "basic_option",
73 "component": {
74 "name": "divi/checkboxes",
75 "type": "field"
76 },
77 "features": {
78 "hover": false,
79 "sticky": false,
80 "responsive": false,
81 "preset": "content"
82 }
83 }
84 }
85 }
86 },
87 "default": {
88 "advanced": {
89 "accommodation_id": {
90 "desktop": {
91 "value": "current"
92 }
93 },
94 "selected_attributes": {
95 "desktop": {
96 "value": ""
97 }
98 }
99 }
100 }
101 }
102 },
103 "settings": {
104 "design": "auto",
105 "advanced": "auto",
106 "groups": {
107 "contentOptions": {
108 "panel": "content",
109 "priority": 10,
110 "multiElements": true,
111 "groupName": "options",
112 "component": {
113 "name": "divi/composite",
114 "props": {
115 "groupLabel": "Options"
116 }
117 }
118 }
119 }
120 }
121 }
122