{
  "id": "menuBoard6",
  "value": "4 Categories - Midnight blue (Legacy)",
  "css": "body {\n  width: 1920px !important;\n height: 1080px !important;\n background-color: [background-color];\n}\n\n #content, .menu-board-parent-container {\n  position: relative;\n width: 1920px;\nheight: 1080px;\n}\n\n.menu-board-parent-container {\n  display: flex;\n  flex-direction: column;\n}\n\n.menu-board-name {\n  color: [header-font-color];\n  background: [primary-color];\n  font-weight: bold;\n  font-size: 3rem;\n  text-align: left;\n  padding: 10px 0px 10px 0;\n text-align:center;\n}\n\n.menu-board-categories-container {\n  overflow: hidden;\n flex-basis: 100%;\n  color: [font-color];\n}\n\n.menu-board-zone {\n  font-size: 1.4rem;\n  border-style: solid;\n  border-color: [secondary-color];\n  border-width: 0 0.4rem 0 0;\n}\n\n.menu-board-zone:last-of-type {\n  border-right: none;\n}\n\n.menu-board-zone:first-of-type {\n  border-left: none;\n}\n\n.menu-board-category-header {\n position: relative;\n font-size: 2.5rem;\n  color: [secondary-color];\n border-bottom: 4px solid [primary-color];\n padding: 1.4rem 0.5rem;\n font-weight: bold;\n }\n\n.menu-board-products-container{\n margin: 0 1rem;\n  height: calc(100% - 120px);\n }\n\n.menu-board-product {\n  padding-top: 2rem;\n  display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n align-content: flex-start;\n justify-content: space-between;\n}\n\n.menu-board-product-page {\n  width: 100%;\n}\n\n.menu-board-product-name {\n order: 1;\n flex-basis: 60%;\n font-size: 1.5rem;\n  font-weight: bold;\n}\n\n.menu-board-product-price {\n order: 2;\n flex-basis: 20%;\n font-size: 1.6rem;\n  text-align: right;\n}\n\n.menu-board-product-description {\n order: 3;\n flex-basis: 100%;\n max-height: 2.4rem;\n font-size: 1.2rem;\n overflow: hidden;\n padding-bottom: 0.25rem;\n margin-bottom: 0.25rem;\n min-height: 1.2rem;\n}\n\n.menu-board-product-allergy {\n order: 4;\n \n width: 100%;\n color: [secondary-color];\n}\n\n.menu-board-product-options-container {\n order: 5;\n width: 100%;\n line-height: 1rem;\n }\n\n.menu-board-product-options { font-size: 1rem;\n  color: [primary-color]; display: block;\n margin-right: 2rem;\n}\n\n.menu-board-product.product-unavailable .menu-board-product-name, .menu-board-product.product-unavailable .menu-board-product-price, .menu-board-product.product-unavailable .menu-board-product-description, .menu-board-product.product-unavailable .menu-board-product-allergy, .menu-board-product.product-unavailable .menu-board-product-options {\n  color: [disabled-color];\n opacity: 0.6\n }\n\n.menu-board-product.product-highlight .menu-board-product-name, .menu-board-product.product-highlight .menu-board-product-price {\n  font-size: 1.8rem;\n color: [highlight-color];\n  font-weight: bold;\n}\n\n.menu-board-product-image {\n order: 0;\n margin-right: 1rem;\n width: 110px;\n height: 110px;\n object-fit: cover;\n }\n\n .menu-board-product-info {\n display: flex;\n flex-direction: row;\n flex-wrap: wrap;\n row-gap: 2px;\n align-content: flex-start;\n justify-content: space-between;\n flex: 8;\n}\n\n.menu-board-category-image {\n height: 100%;\n width: 100%;\n object-fit: cover;\n position: absolute;\n z-index: 0;\n top: 0;\n left: 0;\n opacity: 0.3;\n}\n\n.menu-board-category-header-name {\n position: relative;\n z-index: 1;\n}",
  "image": "modules/menuboard/template-thumbs/menuBoard6.png",
  "widgetOriginalWidth": "1920",
  "widgetOriginalHeight": "1080",
  "orientation": "landscape",
  "info": {
    "legacy": true,
    "zones": 4,
    "max-items": {
      "1": 7,
      "2": 7,
      "3": 7,
      "4": 7
    },
    "flex-size": {
      "1": 3,
      "2": 3,
      "3": 3,
      "4": 3
    },
    "productImage": true,
    "categoryImage": true,
    "flex-template": "display: flex; flex-direction: row;",
    "options": {
      "primary-color": {
        "name": "Primary",
        "type": "colorPicker",
        "default": "#2787a9"
      },
      "secondary-color": {
        "name": "Secondary",
        "type": "colorPicker",
        "default": "#c8e951"
      },
      "background-color": {
        "name": "Background",
        "type": "colorPicker",
        "default": "#0a3646"
      },
      "font-color": {
        "name": "Text",
        "type": "colorPicker",
        "default": "#e9e9e9"
      },
      "header-font-color": {
        "name": "Header text",
        "type": "colorPicker",
        "default": "#d4fd42"
      },
      "disabled-color": {
        "name": "Disabled item text",
        "type": "colorPicker",
        "default": "#e6e6e6"
      },
      "highlight-color": {
        "name": "Highlighted item text",
        "type": "colorPicker",
        "default": "#23c6ff"
      },
      "show-header": {
        "name": "Show header?",
        "query": ".menu-board-name",
        "type": "switch",
        "rule": "display",
        "default": "0"
      },
      "show-product-images": {
        "name": "Show product images?",
        "query": ".menu-board-product-image",
        "type": "switch",
        "rule": "display",
        "default": "1"
      },
      "show-category-images": {
        "name": "Show category images?",
        "query": ".menu-board-category-image",
        "type": "switch",
        "rule": "display",
        "default": "1"
      }
    }
  }
}