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 |