{
  "_comment": "!!! THIS IS AN AUTOMATICALLY GENERATED FILE - DO NOT EDIT !!!",
  "name": "squad-modules/business-hours",
  "d4Shortcode": "disq_business_hours",
  "title": "Business Hours",
  "titles": "Business Hours",
  "moduleIcon": "squad-modules/business-hours",
  "moduleClassName": "disq_business_hours",
  "category": "module",
  "folder": "squad-modules",
  "childModuleName": "squad-modules/business-day",
  "childModuleTitle": "Business Day",
  "childrenName": [
    "squad-modules/business-day"
  ],
  "allowAllElements": true,
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "settings": {
        "meta": {
          "adminLabel": {}
        },
        "advanced": {
          "html": {},
          "link": {},
          "htmlAttributes": {},
          "loop": {}
        },
        "decoration": {
          "animation": {},
          "attributes": {},
          "background": {},
          "border": {},
          "boxShadow": {},
          "conditions": {},
          "disabledOn": {},
          "filters": {},
          "font": {},
          "interactions": {},
          "overflow": {},
          "position": {},
          "scroll": {},
          "sizing": {},
          "spacing": {},
          "sticky": {},
          "transform": {},
          "transition": {},
          "zIndex": {}
        }
      },
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Business Hours"
            }
          }
        }
      },
      "styleProps": {
        "spacing": {
          "important": true
        }
      }
    },
    "bhTitle": {
      "type": "object",
      "selector": "{{selector}} .squad-bh-elements .bh-title-text",
      "settings": {
        "innerContent": {
          "groupType": "group-items",
          "items": {
            "titleEnable": {
              "groupSlug": "contentTitle",
              "attrName": "bhTitle.innerContent",
              "subName": "titleEnable",
              "label": "Show Title",
              "description": "Display a title above the business days.",
              "features": {
                "preset": "content",
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/toggle"
              }
            },
            "title": {
              "groupSlug": "contentTitle",
              "attrName": "bhTitle.innerContent",
              "subName": "title",
              "label": "Title",
              "description": "The title text shown above the business days.",
              "features": {
                "preset": "content",
                "dynamicContent": {
                  "type": "text"
                },
                "sticky": false
              },
              "render": true,
              "priority": 20,
              "component": {
                "type": "field",
                "name": "divi/text"
              }
            },
            "titleTag": {
              "groupSlug": "contentTitle",
              "attrName": "bhTitle.innerContent",
              "subName": "titleTag",
              "label": "Title Tag",
              "description": "HTML tag used for the title.",
              "features": {
                "preset": "content",
                "responsive": false,
                "hover": false,
                "sticky": false
              },
              "render": true,
              "priority": 30,
              "component": {
                "type": "field",
                "name": "divi/select",
                "props": {
                  "options": {
                    "h1": {
                      "label": "H1"
                    },
                    "h2": {
                      "label": "H2"
                    },
                    "h3": {
                      "label": "H3"
                    },
                    "h4": {
                      "label": "H4"
                    },
                    "h5": {
                      "label": "H5"
                    },
                    "h6": {
                      "label": "H6"
                    },
                    "p": {
                      "label": "P"
                    },
                    "span": {
                      "label": "SPAN"
                    },
                    "div": {
                      "label": "DIV"
                    }
                  }
                }
              }
            }
          }
        }
      },
      "default": {
        "innerContent": {
          "desktop": {
            "value": {
              "titleEnable": "on",
              "title": "Business Hours",
              "titleTag": "h2"
            }
          }
        }
      }
    },
    "bhLayout": {
      "type": "object",
      "selector": "{{selector}} .squad-bh-elements",
      "settings": {
        "innerContent": {
          "groupType": "group-items",
          "items": {
            "showDivider": {
              "groupSlug": "designDivider",
              "attrName": "bhLayout.innerContent",
              "subName": "showDivider",
              "label": "Show Divider",
              "description": "Draw a line between each day and its hours.",
              "features": {
                "preset": [
                  "style"
                ],
                "responsive": true,
                "hover": true,
                "sticky": false
              },
              "render": true,
              "priority": 300,
              "component": {
                "type": "field",
                "name": "divi/toggle"
              }
            },
            "dividerColor": {
              "groupSlug": "designDivider",
              "attrName": "bhLayout.innerContent",
              "subName": "dividerColor",
              "label": "Divider Colour",
              "description": "Colour of the line.",
              "features": {
                "preset": [
                  "style"
                ],
                "responsive": true,
                "hover": true,
                "sticky": false
              },
              "render": true,
              "priority": 301,
              "component": {
                "type": "field",
                "name": "divi/color-picker"
              }
            },
            "dividerStyle": {
              "groupSlug": "designDivider",
              "attrName": "bhLayout.innerContent",
              "subName": "dividerStyle",
              "label": "Divider Style",
              "description": "Whether the line is solid, dashed or dotted.",
              "features": {
                "preset": [
                  "style"
                ],
                "responsive": true,
                "hover": true,
                "sticky": false
              },
              "render": true,
              "priority": 302,
              "component": {
                "type": "field",
                "name": "divi/select",
                "props": {
                  "options": {
                    "solid": {
                      "label": "Solid"
                    },
                    "dashed": {
                      "label": "Dashed"
                    },
                    "dotted": {
                      "label": "Dotted"
                    },
                    "double": {
                      "label": "Double"
                    },
                    "groove": {
                      "label": "Groove"
                    },
                    "ridge": {
                      "label": "Ridge"
                    },
                    "inset": {
                      "label": "Inset"
                    },
                    "outset": {
                      "label": "Outset"
                    }
                  }
                }
              }
            },
            "dividerWeight": {
              "groupSlug": "designDivider",
              "attrName": "bhLayout.innerContent",
              "subName": "dividerWeight",
              "label": "Divider Weight",
              "description": "How thick the line is.",
              "features": {
                "preset": [
                  "style"
                ],
                "responsive": true,
                "hover": true,
                "sticky": false
              },
              "render": true,
              "priority": 303,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 0,
                  "max": 40,
                  "step": 1
                }
              }
            },
            "dividerMaxWidth": {
              "groupSlug": "designDivider",
              "attrName": "bhLayout.innerContent",
              "subName": "dividerMaxWidth",
              "label": "Divider Max Width",
              "description": "How far the line runs.",
              "features": {
                "preset": [
                  "style"
                ],
                "responsive": true,
                "hover": true,
                "sticky": false
              },
              "render": true,
              "priority": 304,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 0,
                  "max": 2000,
                  "step": 1
                }
              }
            },
            "dividerBorderRadius": {
              "groupSlug": "designDivider",
              "attrName": "bhLayout.innerContent",
              "subName": "dividerBorderRadius",
              "label": "Divider Border Radius",
              "description": "How rounded the ends of the line are.",
              "features": {
                "preset": [
                  "style"
                ],
                "responsive": true,
                "hover": true,
                "sticky": false
              },
              "render": true,
              "priority": 305,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 0,
                  "max": 100,
                  "step": 1
                }
              }
            },
            "dayElementsGap": {
              "groupSlug": "designLayout",
              "attrName": "bhLayout.innerContent",
              "subName": "dayElementsGap",
              "label": "Gap Between Days",
              "description": "The space between one day row and the next.",
              "features": {
                "preset": [
                  "style"
                ],
                "sticky": false
              },
              "render": true,
              "priority": 10,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 0,
                  "max": 100,
                  "step": 1,
                  "allowedUnits": [
                    "px",
                    "em",
                    "rem"
                  ],
                  "defaultUnit": "px"
                }
              }
            },
            "wrapperGap": {
              "groupSlug": "designLayout",
              "attrName": "bhLayout.innerContent",
              "subName": "wrapperGap",
              "label": "Gap Between Title and Days",
              "description": "The space between the title and the list of days.",
              "features": {
                "preset": [
                  "style"
                ],
                "sticky": false
              },
              "render": true,
              "priority": 20,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 0,
                  "max": 100,
                  "step": 1,
                  "allowedUnits": [
                    "px",
                    "em",
                    "rem"
                  ],
                  "defaultUnit": "px"
                }
              }
            },
            "dayTextWidth": {
              "groupSlug": "designLayout",
              "attrName": "bhLayout.innerContent",
              "subName": "dayTextWidth",
              "label": "Day Text Width",
              "description": "How much of each row the day name takes up.",
              "features": {
                "preset": [
                  "style"
                ],
                "sticky": false
              },
              "render": true,
              "priority": 30,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 0,
                  "max": 100,
                  "step": 1,
                  "allowedUnits": [
                    "%",
                    "px",
                    "em",
                    "rem"
                  ],
                  "defaultUnit": "%"
                }
              }
            },
            "timeTextWidth": {
              "groupSlug": "designLayout",
              "attrName": "bhLayout.innerContent",
              "subName": "timeTextWidth",
              "label": "Time Text Width",
              "description": "How much of each row the hours take up.",
              "features": {
                "preset": [
                  "style"
                ],
                "sticky": false
              },
              "render": true,
              "priority": 40,
              "component": {
                "type": "field",
                "name": "divi/range",
                "props": {
                  "min": 0,
                  "max": 100,
                  "step": 1,
                  "allowedUnits": [
                    "%",
                    "px",
                    "em",
                    "rem"
                  ],
                  "defaultUnit": "%"
                }
              }
            },
            "dayWrapperTextOrientation": {
              "groupSlug": "designLayout",
              "attrName": "bhLayout.innerContent",
              "subName": "dayWrapperTextOrientation",
              "label": "Day Row Text Alignment",
              "description": "How the day and its hours are aligned inside every row.",
              "features": {
                "preset": [
                  "style"
                ],
                "sticky": false
              },
              "render": true,
              "priority": 50,
              "component": {
                "type": "field",
                "name": "divi/select",
                "props": {
                  "options": {
                    "left": {
                      "label": "Left"
                    },
                    "center": {
                      "label": "Center"
                    },
                    "right": {
                      "label": "Right"
                    },
                    "justify": {
                      "label": "Justified"
                    }
                  }
                }
              }
            }
          }
        }
      }
    },
    "dayWrapper": {
      "type": "object",
      "selector": "{{selector}} .day-elements",
      "settings": {
        "decoration": {
          "spacing": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designDayRow",
              "attrName": "dayWrapper.decoration.spacing",
              "priority": 10,
              "render": true,
              "component": {
                "name": "divi/spacing",
                "type": "group"
              }
            }
          }
        }
      }
    },
    "bhTitleWrapper": {
      "type": "object",
      "selector": "{{selector}} .squad-bh-elements .bh-element.bh-title-wrapper",
      "settings": {
        "decoration": {
          "spacing": {
            "groupType": "group-item",
            "item": {
              "groupSlug": "designTitleWrapper",
              "attrName": "bhTitleWrapper.decoration.spacing",
              "priority": 10,
              "render": true,
              "component": {
                "name": "divi/spacing",
                "type": "group"
              }
            }
          }
        }
      }
    }
  },
  "customCssFields": {
    "title": {
      "label": "Title",
      "subName": "title",
      "selectorSuffix": " .squad-bh-elements .bh-title-text"
    },
    "dayRow": {
      "label": "Day Row",
      "subName": "dayRow",
      "selectorSuffix": " .day-elements"
    }
  },
  "settings": {
    "groups": {
      "contentTitle": {
        "panel": "content",
        "priority": 10,
        "groupName": "bhTitle",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Title"
          }
        }
      },
      "designDivider": {
        "panel": "design",
        "priority": 26,
        "groupName": "bhLayout",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Divider"
          }
        }
      },
      "designLayout": {
        "panel": "design",
        "priority": 5,
        "groupName": "bhLayout",
        "multiElements": true,
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Layout"
          }
        }
      },
      "designDayRow": {
        "panel": "design",
        "priority": 6,
        "groupName": "designDayRow",
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Day Row Spacing"
          }
        }
      },
      "designTitleWrapper": {
        "panel": "design",
        "priority": 7,
        "groupName": "designTitleWrapper",
        "component": {
          "name": "divi/composite",
          "props": {
            "groupLabel": "Title Spacing"
          }
        }
      }
    }
  }
}
