ameliabooking
/
extensions
/
divi_5_amelia
/
visual-builder
/
src
/
modules
/
Search
Last commit date
conversion-outline.json
6 months ago
module.json
4 months ago
module.json
115 lines
| 1 | { |
| 2 | "name": "divi5-amelia/search", |
| 3 | "d4Shortcode": "divi_search", |
| 4 | "title": "Amelia - Search (Legacy)", |
| 5 | "titles": "Amelia 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": "Amelia 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 |