Section

获奖信息轮播

2 个模板实例,3 个 section 配置,1 类 block。

真实模板变体

Schema

{
  "name": "获奖信息轮播",
  "settings": [
    {
      "type": "text",
      "id": "heading",
      "label": "Heading",
      "default": "Award-Winning Performance"
    },
    {
      "type": "checkbox",
      "id": "autoplay",
      "label": "Enable Autoplay",
      "default": true
    },
    {
      "type": "range",
      "id": "speed",
      "min": 2,
      "max": 10,
      "step": 1,
      "unit": "s",
      "label": "Slide Duration",
      "default": 3
    }
  ],
  "blocks": [
    {
      "type": "slide",
      "name": "Award Slide",
      "settings": [
        {
          "type": "image_picker",
          "id": "image",
          "label": "Image"
        },
        {
          "type": "text",
          "id": "title",
          "label": "Award Title",
          "default": "Award Title"
        },
        {
          "type": "product",
          "id": "product",
          "label": "Product"
        },
        {
          "type": "text",
          "id": "button_text",
          "label": "Button Text",
          "default": "View Product"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "获奖信息轮播",
      "blocks": [
        {
          "type": "slide"
        }
      ]
    }
  ]
}