{
  "id": "menuBoard5",
  "value": "3 Categories - Modern purple (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-reverse;\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: 20px 0px 20px 20px;\n  border-left: 80px solid [secondary-color];\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.5rem;\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  font-size: 2.5rem;\n  color: [background-color];\n border-right: 10px solid [background-color];\n padding: 0.5rem;\n font-weight: bold;\n background-color: [secondary-color];\n }\n\n.menu-board-products-container{\n margin: 0 1rem;\n height: calc(100% - 75px);\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 font-size: 1.2rem;\n overflow: hidden;\n padding-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\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}\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 flex: 2;\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 row-gap: 4px;\n flex-wrap: wrap;\n align-content: flex-start;\n justify-content: space-between;\n flex: 8;\n}",
  "image": "modules/menuboard/template-thumbs/menuBoard5.png",
  "widgetOriginalWidth": "1920",
  "widgetOriginalHeight": "1080",
  "orientation": "landscape",
  "info": {
    "legacy": true,
    "zones": 3,
    "flex-size": {
      "1": 3,
      "2": 4,
      "3": 3
    },
    "productImage": true,
    "flex-template": "display: flex; flex-direction: row;",
    "options": {
      "primary-color": {
        "name": "Primary",
        "type": "colorPicker",
        "default": "#897ed2"
      },
      "secondary-color": {
        "name": "Secondary",
        "type": "colorPicker",
        "default": "#6a6395"
      },
      "background-color": {
        "name": "Background",
        "type": "colorPicker",
        "default": "#f4f2ff"
      },
      "font-color": {
        "name": "Text",
        "type": "colorPicker",
        "default": "#333333"
      },
      "header-font-color": {
        "name": "Header text",
        "type": "colorPicker",
        "default": "#ffffff"
      },
      "disabled-color": {
        "name": "Disabled item text",
        "type": "colorPicker",
        "default": "#a4a4a4"
      },
      "highlight-color": {
        "name": "Highlighted item text",
        "type": "colorPicker",
        "default": "#6d5aee"
      },
      "show-footer": {
        "name": "Show footer?",
        "query": ".menu-board-name",
        "type": "switch",
        "rule": "display",
        "default": "1"
      },
      "show-product-images": {
        "name": "Show product images?",
        "query": ".menu-board-product-image",
        "type": "switch",
        "rule": "display",
        "default": "1"
      }
    }
  }
}