PluginProbe ʕ •ᴥ•ʔ
Booking for Appointments and Events Calendar – Amelia / 2.4.6
Booking for Appointments and Events Calendar – Amelia v2.4.6
2.4.7 2.4.6 2.4.5 2.4.4 2.4.3 2.4.2 2.4.1 2.4 trunk 1.2.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.15 1.2.16 1.2.17 1.2.18 1.2.19 1.2.2 1.2.20 1.2.21 1.2.22 1.2.23 1.2.24 1.2.25 1.2.26 1.2.27 1.2.28 1.2.29 1.2.3 1.2.30 1.2.31 1.2.32 1.2.33 1.2.34 1.2.35 1.2.36 1.2.37 1.2.38 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.1.3 2.2 2.2.1 2.3
ameliabooking / extensions / divi_5_amelia / visual-builder / src / modules / CustomerPanel / module.json
ameliabooking / extensions / divi_5_amelia / visual-builder / src / modules / CustomerPanel Last commit date
conversion-outline.json 6 months ago module.json 6 months ago
module.json
129 lines
1 {
2 "name": "divi5-amelia/customerpanel",
3 "d4Shortcode": "divi_customer",
4 "title": "Amelia - Customer Panel",
5 "titles": "Amelia - Customer Panels",
6 "category": "module",
7 "moduleClassName": "divi5_amelia_customer_panel",
8 "moduleOrderClassName": "divi5_amelia_customer_panel",
9 "moduleIcon": "amelia/step-booking",
10 "attributes": {
11 "module": {
12 "type": "object",
13 "selector": "{{selector}}",
14 "default": {
15 "meta": {
16 "adminLabel": {
17 "desktop": {
18 "value": "Amelia Customer Panel"
19 }
20 }
21 }
22 },
23 "settings": {
24 "meta": {
25 "adminLabel": {}
26 },
27 "decoration": {
28 "background": {},
29 "sizing": {},
30 "spacing": {},
31 "border": {},
32 "boxShadow": {},
33 "filters": {},
34 "transform": {},
35 "animation": {},
36 "overflow": {},
37 "disabledOn": {},
38 "transition": {},
39 "position": {},
40 "zIndex": {},
41 "scroll": {},
42 "sticky": {}
43 }
44 }
45 },
46 "appointments": {
47 "type": "object",
48 "default": {
49 "innerContent": {
50 "desktop": {
51 "value": "on"
52 }
53 }
54 },
55 "settings": {
56 "innerContent": {
57 "groupType": "group-item",
58 "item": {
59 "groupName": "mainContent",
60 "priority": 5,
61 "render": true,
62 "attrName": "appointments.innerContent",
63 "label": "Show Appointments",
64 "description": "Display appointments in customer panel",
65 "component": {
66 "name": "divi/toggle",
67 "type": "field"
68 }
69 }
70 }
71 }
72 },
73 "events": {
74 "type": "object",
75 "default": {
76 "innerContent": {
77 "desktop": {
78 "value": "on"
79 }
80 }
81 },
82 "settings": {
83 "innerContent": {
84 "groupType": "group-item",
85 "item": {
86 "groupName": "mainContent",
87 "priority": 10,
88 "render": true,
89 "attrName": "events.innerContent",
90 "label": "Show Events",
91 "description": "Display events in customer panel",
92 "component": {
93 "name": "divi/toggle",
94 "type": "field"
95 }
96 }
97 }
98 }
99 },
100 "trigger": {
101 "type": "object",
102 "default": {
103 "innerContent": {
104 "desktop": {
105 "value": ""
106 }
107 }
108 },
109 "settings": {
110 "innerContent": {
111 "groupType": "group-item",
112 "item": {
113 "groupName": "mainContent",
114 "priority": 15,
115 "render": true,
116 "attrName": "trigger.innerContent",
117 "label": "Trigger Element Selector",
118 "description": "CSS selector for manually loading the panel",
119 "component": {
120 "name": "divi/text",
121 "type": "field"
122 }
123 }
124 }
125 }
126 }
127 }
128 }
129