{
  "name": "webba/booking-form",
  "d4Shortcode": "webba_booking_form",
  "moduleClassName": "webba_booking_form",
  "moduleOrderClassName": "webba_booking_form",
  "title": "Webba Booking Form",
  "titles": "Webba Booking Forms",
  "moduleIcon": "divi/module-code",
  "category": "module",
  "keywords": [
    "webba",
    "booking",
    "appointment"
  ],
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "settings": {
        "meta": {
          "meta": {}
        },
        "advanced": {
          "html": {},
          "link": {},
          "text": {}
        },
        "decoration": {
          "background": {},
          "border": {},
          "boxShadow": {},
          "spacing": {},
          "sizing": {},
          "position": {},
          "transform": {},
          "scroll": {},
          "animation": {},
          "conditions": {},
          "disabledOn": {}
        }
      }
    },
    "content": {
      "type": "object",
      "settings": {
        "advanced": {
          "serviceType": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "contentMain",
              "attrName": "content.advanced.serviceType",
              "label": "Service Type",
              "description": "Choose hourly or daily booking mode.",
              "priority": 5,
              "render": true,
              "defaultAttr": {
                "desktop": {
                  "value": "hourly"
                }
              },
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false,
                "preset": "content"
              },
              "component": {
                "type": "field",
                "name": "divi/select",
                "props": {
                  "options": {
                    "hourly": {
                      "label": "Hourly services"
                    },
                    "daily": {
                      "label": "Daily services"
                    }
                  }
                }
              }
            }
          },
          "service": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "contentMain",
              "attrName": "content.advanced.service",
              "label": "Service",
              "description": "Select a service.",
              "priority": 10,
              "render": true,
              "defaultAttr": {
                "desktop": {
                  "value": "0"
                }
              },
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false,
                "preset": "content"
              },
              "component": {
                "type": "field",
                "name": "divi/select",
                "props": {
                  "options": {
                    "0": {
                      "label": "All Services"
                    }
                  }
                }
              }
            }
          },
          "category": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "contentMain",
              "attrName": "content.advanced.category",
              "label": "Category",
              "description": "Select categories.",
              "priority": 20,
              "render": true,
              "defaultAttr": {
                "desktop": {
                  "value": []
                }
              },
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false,
                "preset": "content"
              },
              "component": {
                "type": "field",
                "name": "divi/checkboxes",
                "props": {
                  "options": {}
                }
              }
            }
          },
          "location": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "contentMain",
              "attrName": "content.advanced.location",
              "label": "Location",
              "description": "Select locations.",
              "priority": 30,
              "render": true,
              "defaultAttr": {
                "desktop": {
                  "value": []
                }
              },
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false,
                "preset": "content"
              },
              "component": {
                "type": "field",
                "name": "divi/checkboxes",
                "props": {
                  "options": {}
                }
              }
            }
          },
          "staff": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "contentMain",
              "attrName": "content.advanced.staff",
              "label": "Staff",
              "description": "Select staff members.",
              "priority": 40,
              "render": true,
              "defaultAttr": {
                "desktop": {
                  "value": []
                }
              },
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false,
                "preset": "content"
              },
              "component": {
                "type": "field",
                "name": "divi/checkboxes",
                "props": {
                  "options": {}
                }
              }
            }
          },
          "categoryList": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "contentMain",
              "attrName": "content.advanced.categoryList",
              "label": "Show Category List",
              "description": "Display categories as a list first.",
              "priority": 50,
              "render": true,
              "defaultAttr": {
                "desktop": {
                  "value": "on"
                }
              },
              "features": {
                "responsive": false,
                "hover": false,
                "sticky": false,
                "preset": "content"
              },
              "component": {
                "type": "field",
                "name": "divi/toggle"
              }
            }
          }
        }
      }
    }
  },
  "customCssFields": {},
  "settings": {
    "content": "auto",
    "design": "auto",
    "advanced": "auto",
    "groups": {
      "contentMain": {
        "panel": "content",
        "priority": 10,
        "groupName": "main_content",
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Context"
          }
        }
      }
    }
  },
  "wrapper": {
    "status": true,
    "tag": "div"
  }
}
