ameliabooking
/
extensions
/
divi_5_amelia
/
visual-builder
/
src
/
modules
/
StepBooking
/
module.json
ameliabooking
/
extensions
/
divi_5_amelia
/
visual-builder
/
src
/
modules
/
StepBooking
Last commit date
conversion-outline.json
1 month ago
module.json
1 month ago
module.json
244 lines
| 1 | { |
| 2 | "name": "divi5-amelia/stepbooking", |
| 3 | "d4Shortcode": "divi_step_booking", |
| 4 | "title": "Amelia - Step Booking", |
| 5 | "titles": "Amelia Step Bookings", |
| 6 | "category": "module", |
| 7 | "moduleClassName": "divi5_amelia_booking", |
| 8 | "moduleOrderClassName": "divi5_amelia_booking", |
| 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 Booking" |
| 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 | "parameters": { |
| 47 | "type": "object", |
| 48 | "selector": "{{selector}} .amelia-booking-wrapper", |
| 49 | "settings": { |
| 50 | "innerContent": { |
| 51 | "groupType": "group-item", |
| 52 | "item": { |
| 53 | "groupName": "mainContent", |
| 54 | "priority": 10, |
| 55 | "render": true, |
| 56 | "attrName": "parameters.innerContent", |
| 57 | "label": "Preselect Booking Parameters", |
| 58 | "description": "Enable to preselect booking parameters", |
| 59 | "component": { |
| 60 | "name": "divi/toggle", |
| 61 | "type": "field" |
| 62 | } |
| 63 | } |
| 64 | } |
| 65 | } |
| 66 | }, |
| 67 | "type": { |
| 68 | "type": "object", |
| 69 | "settings": { |
| 70 | "innerContent": { |
| 71 | "groupType": "group-item", |
| 72 | "item": { |
| 73 | "groupName": "mainContent", |
| 74 | "priority": 16, |
| 75 | "render": true, |
| 76 | "attrName": "type.innerContent", |
| 77 | "label": "Show Type", |
| 78 | "description": "Filter by booking type", |
| 79 | "component": { |
| 80 | "name": "divi/select", |
| 81 | "type": "field", |
| 82 | "props": { |
| 83 | "options": [ |
| 84 | { "value": "0", "label": "Show All" }, |
| 85 | { "value": "services", "label": "Services" }, |
| 86 | { "value": "packages", "label": "Packages" } |
| 87 | ] |
| 88 | } |
| 89 | } |
| 90 | } |
| 91 | } |
| 92 | } |
| 93 | }, |
| 94 | "categories": { |
| 95 | "type": "object", |
| 96 | "settings": { |
| 97 | "innerContent": { |
| 98 | "groupType": "group-item", |
| 99 | "item": { |
| 100 | "groupName": "mainContent", |
| 101 | "priority": 20, |
| 102 | "render": true, |
| 103 | "attrName": "categories.innerContent", |
| 104 | "label": "Select Categories", |
| 105 | "description": "Preselect categories (multiple selection)", |
| 106 | "component": { |
| 107 | "name": "divi/select", |
| 108 | "type": "field", |
| 109 | "props": { |
| 110 | "multiple": true |
| 111 | } |
| 112 | } |
| 113 | } |
| 114 | } |
| 115 | } |
| 116 | }, |
| 117 | "services": { |
| 118 | "type": "object", |
| 119 | "settings": { |
| 120 | "innerContent": { |
| 121 | "groupType": "group-item", |
| 122 | "item": { |
| 123 | "groupName": "mainContent", |
| 124 | "priority": 30, |
| 125 | "render": true, |
| 126 | "attrName": "services.innerContent", |
| 127 | "label": "Select Services", |
| 128 | "description": "Preselect services (multiple selection)", |
| 129 | "component": { |
| 130 | "name": "divi/select", |
| 131 | "type": "field", |
| 132 | "props": { |
| 133 | "multiple": true |
| 134 | } |
| 135 | } |
| 136 | } |
| 137 | } |
| 138 | } |
| 139 | }, |
| 140 | "employees": { |
| 141 | "type": "object", |
| 142 | "settings": { |
| 143 | "innerContent": { |
| 144 | "groupType": "group-item", |
| 145 | "item": { |
| 146 | "groupName": "mainContent", |
| 147 | "priority": 40, |
| 148 | "render": true, |
| 149 | "attrName": "employees.innerContent", |
| 150 | "label": "Select Employees", |
| 151 | "description": "Preselect employees (multiple selection)", |
| 152 | "component": { |
| 153 | "name": "divi/select", |
| 154 | "type": "field", |
| 155 | "props": { |
| 156 | "multiple": true |
| 157 | } |
| 158 | } |
| 159 | } |
| 160 | } |
| 161 | } |
| 162 | }, |
| 163 | "locations": { |
| 164 | "type": "object", |
| 165 | "settings": { |
| 166 | "innerContent": { |
| 167 | "groupType": "group-item", |
| 168 | "item": { |
| 169 | "groupName": "mainContent", |
| 170 | "priority": 50, |
| 171 | "render": true, |
| 172 | "attrName": "locations.innerContent", |
| 173 | "label": "Select Locations", |
| 174 | "description": "Preselect locations (multiple selection)", |
| 175 | "component": { |
| 176 | "name": "divi/select", |
| 177 | "type": "field", |
| 178 | "props": { |
| 179 | "multiple": true |
| 180 | } |
| 181 | } |
| 182 | } |
| 183 | } |
| 184 | } |
| 185 | }, |
| 186 | "packages": { |
| 187 | "type": "object", |
| 188 | "settings": { |
| 189 | "innerContent": { |
| 190 | "groupType": "group-item", |
| 191 | "item": { |
| 192 | "groupName": "mainContent", |
| 193 | "priority": 60, |
| 194 | "render": true, |
| 195 | "attrName": "packages.innerContent", |
| 196 | "label": "Select Packages", |
| 197 | "description": "Preselect packages (multiple selection)", |
| 198 | "component": { |
| 199 | "name": "divi/select", |
| 200 | "type": "field", |
| 201 | "props": { |
| 202 | "multiple": true |
| 203 | } |
| 204 | } |
| 205 | } |
| 206 | } |
| 207 | } |
| 208 | }, |
| 209 | "layout": { |
| 210 | "type": "object", |
| 211 | "default": { |
| 212 | "innerContent": { |
| 213 | "desktop": { |
| 214 | "value": "1" |
| 215 | } |
| 216 | } |
| 217 | }, |
| 218 | "settings": { |
| 219 | "innerContent": { |
| 220 | "groupType": "group-item", |
| 221 | "item": { |
| 222 | "groupName": "mainContent", |
| 223 | "priority": 70, |
| 224 | "render": true, |
| 225 | "attrName": "layout.innerContent", |
| 226 | "label": "Layout Type", |
| 227 | "description": "Select layout type (dropdown or list)", |
| 228 | "component": { |
| 229 | "name": "divi/select", |
| 230 | "type": "field", |
| 231 | "props": { |
| 232 | "options": [ |
| 233 | { "value": "1", "label": "Dropdown Layout" }, |
| 234 | { "value": "2", "label": "List Layout" } |
| 235 | ] |
| 236 | } |
| 237 | } |
| 238 | } |
| 239 | } |
| 240 | } |
| 241 | } |
| 242 | } |
| 243 | } |
| 244 |