PluginProbe ʕ •ᴥ•ʔ
Booking for Appointments and Events Calendar – Amelia / trunk
Booking for Appointments and Events Calendar – Amelia vtrunk
2.4.9 2.4.8 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 / Search / module.json
ameliabooking / extensions / divi_5_amelia / visual-builder / src / modules / Search Last commit date
conversion-outline.json 7 months ago module.json 1 week ago
module.json
115 lines
1 {
2 "name": "divi5-amelia/search",
3 "d4Shortcode": "divi_search",
4 "title": "{pluginName} - Search (Legacy)",
5 "titles": "{pluginName} Searches",
6 "category": "module",
7 "moduleClassName": "divi5_amelia_search",
8 "moduleOrderClassName": "divi5_amelia_search",
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": "{pluginName} Search"
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 "booking_params": {
47 "type": "object",
48 "settings": {
49 "innerContent": {
50 "groupType": "group-item",
51 "item": {
52 "groupName": "mainContent",
53 "priority": 10,
54 "render": true,
55 "attrName": "booking_params.innerContent",
56 "label": "Search Today's Date",
57 "description": "Enable to search appointments from today",
58 "component": {
59 "name": "divi/toggle",
60 "type": "field"
61 }
62 }
63 }
64 }
65 },
66 "type": {
67 "type": "object",
68 "settings": {
69 "innerContent": {
70 "groupType": "group-item",
71 "item": {
72 "groupName": "mainContent",
73 "priority": 20,
74 "render": true,
75 "attrName": "type.innerContent",
76 "label": "Show Type",
77 "description": "Filter by type",
78 "component": {
79 "name": "divi/select",
80 "type": "field",
81 "props": {
82 "options": [
83 { "value": "0", "label": "Show All" },
84 { "value": "services", "label": "Services" },
85 { "value": "packages", "label": "Packages" }
86 ]
87 }
88 }
89 }
90 }
91 }
92 },
93 "trigger": {
94 "type": "object",
95 "settings": {
96 "innerContent": {
97 "groupType": "group-item",
98 "item": {
99 "groupName": "mainContent",
100 "priority": 30,
101 "render": true,
102 "attrName": "trigger.innerContent",
103 "label": "Trigger Element Selector",
104 "description": "CSS selector for the element that will trigger the search",
105 "component": {
106 "name": "divi/text",
107 "type": "field"
108 }
109 }
110 }
111 }
112 }
113 }
114 }
115