{
  "id": "menuBoard3",
  "value": "5 Categories - Classic sepia",
  "css2": "",
  "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-name {\n position: absolute;\n color: [header-font-color];\n background: [header-color];\n border-radius: 1rem 1rem 0 0;\n font-weight: bold;\n font-size: 3rem;\n text-align: center;\n height: 10%;\n left: calc(calc(100% / 3) + 14px);\n bottom: 0;\n width: calc(calc(100% / 3) - 28px);\n display: flex;\n align-content: center;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n\n.menu-board-categories-container {\n  height: 100%;\n  color: [font-color];\n}\n\n.menu-board-zone {\n  font-size: 1.4rem;\n  padding: 0.8rem;\n  border-style: solid;\n  border-color: [primary-color];\n  border-width: 0 0.3rem;\n display: flex;\n overflow: hidden;\n flex-direction: column;\n }\n\n.menu-board-category-header {\n  font-size: 0;\n  color: [secondary-color];\n margin: -0.3rem;\n display: flex;\n flex-direction: column-reverse;\n}\n\n.menu-board-category-header-name {\n font-size: 2rem;\n margin: 0.2rem;\n  font-weight: bold;\n border-bottom: 6px solid [secondary-color];\n padding: 0.4rem 0;\n }\n\n.menu-board-category-image {\n  width: 100%;\n  height: 6rem;\n  border-radius: 0rem 2rem 0 0;\n object-fit: cover;\n  object-position: center;\n}\n\n#menuBoardZone_2 {\n height: calc(100% - 130px);\n border: none; \n}\n\n#menuBoardZone_2 .menu-board-category-image {\n height: 9.5rem;\n}\n\n.menu-board-product {\n  padding-top: 1.5rem;\n  display: grid;\n  grid-template: \"f a b\"\"f c b\"\"f d d\"\"f e e\" / 0fr 1fr 1fr;\n  align-content: start;\n}\n\n.menu-board-products-container {\n height: 100%; overflow: hidden;\n}\n\n#menuBoardZone_2 .menu-board-products-container {\n height: calc(100% - 160px);\n}\n\n.menu-board-product-page {\n  width: 100%;\n}\n\n.menu-board-product-name {\n  grid-area: a;\n  font-size: 1.5rem;\n  font-weight: bold;\n}\n\n.menu-board-product-image {\n  grid-area: f; width: 120px;\n  height: 100px;\n margin-right: 0.5rem;\n object-fit: cover;\n  object-position: center;\n}\n\n.menu-board-product-price {\n  grid-area: b;\n  font-size: 1.6rem;\n  text-align: right;\n}\n\n.menu-board-product-description {\n  grid-area: d;\n  font-size: 1.2rem;\n  text-overflow: ellipsis;\n  overflow: hidden;\n  white-space: nowrap;\n padding-bottom: 0.25rem;\n min-height: 1.2rem;\n}\n\n.menu-board-product-allergy {\n  grid-area: c;\n  color: [secondary-color];\n}\n\n.menu-board-product-options-container {\n  grid-area: e;}\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}",
  "image": "modules/menuboard/template-thumbs/menuBoard3.png",
  "widgetOriginalWidth": "1920",
  "widgetOriginalHeight": "1080",
  "orientation": "landscape",
  "legacy": false,
  "info": {
    "zones": 5,
    "max-items": {
      "1": 3,
      "2": 6,
      "3": 3,
      "4": 3,
      "5": 3
    },
    "categoryImage": true,
    "productImage": true,
    "grid-template": "\"z1 z2 z3\" 25% \"z1 z2 z3\" 25% \"z4 z2 z5\" 40% \"z4 z2 z5\" 10% \/ 1fr 1fr 1fr",
    "options": {
      "primary-color": {
        "name": "Primary",
        "type": "colorPicker",
        "default": "#d29362"
      },
      "secondary-color": {
        "name": "Secondary",
        "type": "colorPicker",
        "default": "#bd7237"
      },
      "background-color": {
        "name": "Background",
        "type": "colorPicker",
        "default": "#fffbf7"
      },
      "font-color": {
        "name": "Text",
        "type": "colorPicker",
        "default": "#432914"
      },
      "header-color": {
        "name": "Header color",
        "type": "colorPicker",
        "default": "#e4af86"
      },
      "header-font-color": {
        "name": "Header text",
        "type": "colorPicker",
        "default": "#fffbf7"
      },
      "disabled-color": {
        "name": "Disabled item text",
        "type": "colorPicker",
        "default": "#7b7b7b"
      },
      "highlight-color": {
        "name": "Highlighted item text",
        "type": "colorPicker",
        "default": "#ee6818"
      },
      "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"
      }
    }
  }
}