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

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

125 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-title",
3 "d4Shortcode": "mphb-divi-accommodation-type-title",
4 "title": "HB Acc. Type Title",
5 "titles": "HB Acc. Type Title",
6 "category": "module",
7 "moduleClassName": "mphb-divi-accommodation-type-title",
8 "moduleOrderClassName": "mphb-divi-accommodation-type-title",
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 "link_to_post": {
68 "groupType": "group-item",
69 "item": {
70 "groupSlug": "contentOptions",
71 "priority": 20,
72 "render": true,
73 "label": "Link to post",
74 "description": "Wrap the title in a link to the accommodation post.",
75 "category": "configuration",
76 "component": {
77 "name": "divi/toggle",
78 "type": "field"
79 },
80 "features": {
81 "hover": false,
82 "sticky": false,
83 "responsive": false,
84 "preset": "content"
85 }
86 }
87 }
88 }
89 },
90 "default": {
91 "advanced": {
92 "accommodation_id": {
93 "desktop": {
94 "value": "current"
95 }
96 },
97 "link_to_post": {
98 "desktop": {
99 "value": "off"
100 }
101 }
102 }
103 }
104 }
105 },
106 "settings": {
107 "design": "auto",
108 "advanced": "auto",
109 "groups": {
110 "contentOptions": {
111 "panel": "content",
112 "priority": 10,
113 "multiElements": true,
114 "groupName": "options",
115 "component": {
116 "name": "divi/composite",
117 "props": {
118 "groupLabel": "Options"
119 }
120 }
121 }
122 }
123 }
124 }
125