{
  "presets": [
    {
      "name": "Image slideshow",
      "settings": {
        "autoplay": true,
        "speed": 5,
        "transition": "slide"
      },
      "blocks": [
        {
          "type": "slide",
          "settings": {
            "heading": "Welcome to our store",
            "text": "<p>Check out our latest products</p>"
          }
        },
        {
          "type": "slide",
          "settings": {
            "heading": "Featured collection",
            "text": "<p>Shop our bestsellers</p>"
          }
        }
      ]
    },
    {
      "name": "Video slideshow",
      "settings": {
        "autoplay": true,
        "speed": 7
      },
      "blocks": [
        {
          "type": "video",
          "settings": {
            "video_url": "https://www.youtube.com/watch?v=example"
          }
        }
      ]
    }
  ]
}

Properties

name
string
required
The preset name displayed in the theme editor.
settings
object
Default values for section settings to pre-populate.
blocks
array
Default blocks included in the preset. Each block must specify its type and settings.