ameliabooking
/
extensions
/
divi_5_amelia
/
visual-builder
/
src
/
modules
/
EventsCalendar
/
module.json
ameliabooking
/
extensions
/
divi_5_amelia
/
visual-builder
/
src
/
modules
/
EventsCalendar
Last commit date
conversion-outline.json
1 month ago
module.json
1 month ago
module.json
183 lines
| 1 | { |
| 2 | "name": "divi5-amelia/eventscalendar", |
| 3 | "d4Shortcode": "divi_events_calendar_booking", |
| 4 | "title": "Amelia - Events Calendar", |
| 5 | "titles": "Amelia - Events Calendars", |
| 6 | "category": "module", |
| 7 | "moduleClassName": "divi5_amelia_events_calendar", |
| 8 | "moduleOrderClassName": "divi5_amelia_events_calendar", |
| 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 Events Calendar" |
| 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 | "default": { |
| 49 | "innerContent": { |
| 50 | "desktop": { |
| 51 | "value": false |
| 52 | } |
| 53 | } |
| 54 | }, |
| 55 | "settings": { |
| 56 | "innerContent": { |
| 57 | "groupType": "group-item", |
| 58 | "item": { |
| 59 | "groupName": "mainContent", |
| 60 | "priority": 5, |
| 61 | "render": true, |
| 62 | "attrName": "booking_params.innerContent", |
| 63 | "label": "Enable Filters", |
| 64 | "description": "Show event filtering options", |
| 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": [] |
| 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": "Select Events", |
| 91 | "description": "Select specific events to display (multi-select)", |
| 92 | "component": { |
| 93 | "name": "divi/select", |
| 94 | "type": "field" |
| 95 | } |
| 96 | } |
| 97 | } |
| 98 | } |
| 99 | }, |
| 100 | "tags": { |
| 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": "tags.innerContent", |
| 117 | "label": "Select Tags", |
| 118 | "description": "Filter events by tags", |
| 119 | "component": { |
| 120 | "name": "divi/select", |
| 121 | "type": "field" |
| 122 | } |
| 123 | } |
| 124 | } |
| 125 | } |
| 126 | }, |
| 127 | "recurring": { |
| 128 | "type": "object", |
| 129 | "default": { |
| 130 | "innerContent": { |
| 131 | "desktop": { |
| 132 | "value": false |
| 133 | } |
| 134 | } |
| 135 | }, |
| 136 | "settings": { |
| 137 | "innerContent": { |
| 138 | "groupType": "group-item", |
| 139 | "item": { |
| 140 | "groupName": "mainContent", |
| 141 | "priority": 20, |
| 142 | "render": true, |
| 143 | "attrName": "recurring.innerContent", |
| 144 | "label": "Show Recurring Events", |
| 145 | "description": "Display recurring events only", |
| 146 | "component": { |
| 147 | "name": "divi/toggle", |
| 148 | "type": "field" |
| 149 | } |
| 150 | } |
| 151 | } |
| 152 | } |
| 153 | }, |
| 154 | "locations": { |
| 155 | "type": "object", |
| 156 | "default": { |
| 157 | "innerContent": { |
| 158 | "desktop": { |
| 159 | "value": [] |
| 160 | } |
| 161 | } |
| 162 | }, |
| 163 | "settings": { |
| 164 | "innerContent": { |
| 165 | "groupType": "group-item", |
| 166 | "item": { |
| 167 | "groupName": "mainContent", |
| 168 | "priority": 25, |
| 169 | "render": true, |
| 170 | "attrName": "locations.innerContent", |
| 171 | "label": "Select Locations", |
| 172 | "description": "Filter events by locations (multi-select)", |
| 173 | "component": { |
| 174 | "name": "divi/select", |
| 175 | "type": "field" |
| 176 | } |
| 177 | } |
| 178 | } |
| 179 | } |
| 180 | } |
| 181 | } |
| 182 | } |
| 183 |