Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

display one specific product in a grid or a slider

Expand
titledetails
Code Block
languagejson
{
  "title": "Product",
  "type": "object",
  "properties": {
    "accessor": {
      "type": "string",
      "description": "hits accessor (typically leave empty)"
    }
  }
}

Complete Layout Block:

View file
nameproduct.json

product_slider

display a container of products as a slider (products are provided is children “blocks”)

...