{
  "name": "dnxte/business-hour",
  "d4Shortcode": "dnxte_business_hour_parent",
  "title": "Business Hour",
  "titles": "Business Hours",
  "moduleIcon": "dnxte/business-hour",
  "category": "module",
  "childModuleName": "dnxte/business-hour-child",
  "childrenName": ["dnxte/business-hour-child"],
  "folder": "divi-essential",
  "attributes": {
    "module": {
      "type": "object",
      "selector": "{{selector}}",
      "default": {
        "meta": {
          "adminLabel": {
            "desktop": {
              "value": "Business Hour"
            }
          }
        }
      },
      "styleProps": {
        "border": {
          "important": true
        },
        "spacing": {
          "important": true
        }
      }
    },
    "list_item": {
      "type": "object",
      "selector": "{{selector}} .dnxte-Busihr-wekname",
      "default": {
        "decoration": {
          "border": {
            "desktop": {
              "value": {
                "styles": {
                  "bottom": {
                    "color": "rgba(0,0,0,0.12)",
                    "width": "1px"
                  }
                }
              }
            }
          }
        }
      },
      "styleProps": {
        "border": {
          "important": false
        },
        "spacing": {
          "important": true
        }
      }
    },
	"dnxte_busihr_bg_striped": {
      "type": "object",
      "selector": "{{selector}} .dnxte-Busihr-separator",
	  "default": {
        "advanced": {
          "enable_stripe": {
            "desktop": {
              "value": "off"
            }
          }
        }
      }
    },
	"dnxte_busihr_odd_background": {
      "type": "object",
      "selector": "{{selector}} .dnxte_business_hour_child:nth-child(odd)",
      "default": {
        "decoration": {
          "background": {
            "desktop": {
              "value": "#f9f9f9"
            }
          }
        }
      },
      "styleProps": {
        "background": {
          "important": true
        },
        "border": {
          "important": false
        },
        "spacing": {
          "important": true
        }
      }
    },
    "dnxte_busihr_even_background": {
      "type": "object",
      "selector": "{{selector}} .dnxte_business_hour_child:nth-child(even)",
      "default": {
        "decoration": {
          "background": {
            "desktop": {
              "value": "#fff"
            }
          }
        }
      },
      "styleProps": {
        "border": {
          "important": false
        },
        "spacing": {
          "important": true
        }
      }
    },
    "separator": {
      "type": "object",
      "selector": "{{selector}} .dnxte-Busihr-separator",
      "attributes": {
        "class": "dnxte-Busihr-separator"
      }
    },
    "day": {
      "type": "object",
      "selector": "{{selector}} .dnxte-Busihr-dtday",
      "styleProps": {
        "font": {
          "important": {
            "font": {
              "desktop": {
                "value": {
                  "color": true
                }
              }
            }
          }
        }
      },
      "tagName": "span",
      "attributes": {
        "class": "dnxte-Busihr-dtday"
      },
      "inlineEditor": "plainText",
      "elementType": "heading",
      "childrenSanitizer": "et_core_esc_previously"
    },
    "time": {
      "type": "object",
      "selector": "{{selector}} .dnxte-Busihr-dttime",
      "attributes": {
        "class": "dnxte-Busihr-dttime"
      },
      "settings": {
        "innerContent": {},
        "advanced": {
          "htmlAttributes": {}
        }
      }
    }
  }
}
