Food Menu

{
  "categorySetup" : {
    "category_style" : "grid2",
    "data_point" : "restaurant_collection",
    "fields" : {
      "description" : "description",
      "image" : "image",
      "title" : "title"
    }
  },
  "category_first" : true,
  "detailsSetup" : {
    "actionButton" : "ADD TO CART",
    "actionButtonWhenActionDone" : "PRODUCT ADDED",
    "cartCODAvailable" : true,
    "collections" : [ "variants", "ingredients", "photos" ],
    "descriptionTitle" : "Description",
    "fields" : {
      "description" : "description",
      "descriptionFunctions" : ",",
      "image" : "image",
      "photos" : "photos",
      "price" : "price",
      "priceFunctions" : "round,toCurrency~USD,prepend~Price: ",
      "shareLink" : "link",
      "subPrice" : "price",
      "subPriceFunctions" : "multiply~{qty},round,toCurrency~USD,prepend~/per peace ,append~ for {qty} item/s.",
      "subtitle" : "calories",
      "subtitleFunctions" : "prepend~Calories: ,append~ kCal",
      "title" : "title",
      "titleFunctions" : "trim:40",
      "video" : "video"
    },
    "isShopping" : true,
    "photosTitle" : "Product Images",
    "shareButton" : "Share this recepie",
    "showPhotos" : true,
    "videoButton" : "View Video"
  },
  "icon" : "MdRestaurantMenu",
  "isRoot" : true,
  "listStyle" : "grid",
  "listingSetup" : {
    "collection_key" : "collection",
    "data_point" : "restaurant",
    "fields" : {
      "actionButton" : "BUY",
      "description" : "description",
      "image" : "image",
      "subtitle" : "price",
      "subtitleFunctions" : "roundOn,toCurrency~USD",
      "title" : "title"
    },
    "listing_style" : "list"
  },
  "name" : "Food Menu"
}