{
  "id": "menuBoard7",
  "value": "3 Categories - Fresh blue (Legacy)",
  "css": "body {\n  width: 1080px !important;\n height: 1920px !important;\n background-color: [background-color];\n}\n\n #content, .menu-board-parent-container {\n  position: relative;\n width: 1080px;\nheight: 1920px;\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: 2.4rem;\n  padding: 6px 0px 6px 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 display: flex;\n flex-direction: column;\n overflow: hidden;\n }\n\n.menu-board-category-header {\n font-size: 2.2rem;\n color: [primary-color];\n line-height: 2.2rem;\n margin: 0.4rem 0 0.4rem 0;\n border: 10px solid [secondary-color];\n border-width: 0.8rem 0 2px 0.8rem;\n padding: 0.2rem;\n font-weight: bold;\n }\n\n.menu-board-zone:first-of-type .menu-board-category-header {\n  margin-top: 0;\n}\n\n.menu-board-products-container {\n margin: 0 1rem;\n height: calc(100% - 80px);\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: 90%;\n max-height: 2.4rem;\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 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}\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}",
  "image": "modules/menuboard/template-thumbs/menuBoard7.png",
  "widgetOriginalWidth": "1080",
  "widgetOriginalHeight": "1920",
  "orientation": "portrait",
  "info": {
    "zones": 3,
    "flex-size": {
      "1": 1,
      "2": 1,
      "3": 1
    },
    "legacy": true,
    "productImage": true,
    "flex-template": "display: flex; flex-direction: column;",
    "options": {
      "primary-color": {
        "name": "Primary",
        "type": "colorPicker",
        "default": "#6a99ae"
      },
      "secondary-color": {
        "name": "Secondary",
        "type": "colorPicker",
        "default": "#8398a1"
      },
      "background-color": {
        "name": "Background",
        "type": "colorPicker",
        "default": "#f3eff9"
      },
      "font-color": {
        "name": "Text",
        "type": "colorPicker",
        "default": "#444"
      },
      "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": "#1a9ed9"
      },
      "show-header": {
        "name": "Show header?",
        "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"
      }
    }
  }
}