Section

名人推荐

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

真实模板变体

Schema

{
  "name": "名人推荐",
  "tag": "section",
  "class": "laifen-media-awards",
  "settings": [
    {
      "type": "text",
      "id": "heading",
      "label": "Heading",
      "default": "Celebrity Recommendations"
    },
    {
      "type": "checkbox",
      "id": "autoplay",
      "label": "Autoplay",
      "default": true
    },
    {
      "type": "range",
      "id": "autoplay_delay",
      "min": 1500,
      "max": 8000,
      "step": 500,
      "unit": "ms",
      "label": "自动播放间隔",
      "default": 3500
    },
    {
      "type": "color",
      "id": "background_color",
      "label": "Background color",
      "default": "#FFFFFF"
    },
    {
      "type": "image_picker",
      "id": "background_image",
      "label": "Background image"
    },
    {
      "type": "color",
      "id": "text_color",
      "label": "Text color",
      "default": "#000000"
    },
    {
      "type": "image_picker",
      "id": "bg_icon",
      "label": "Bg Icon"
    },
    {
      "type": "range",
      "id": "padding_top",
      "min": 0,
      "max": 200,
      "step": 4,
      "unit": "px",
      "label": "上边距",
      "default": 100
    },
    {
      "type": "range",
      "id": "padding_bottom",
      "min": 0,
      "max": 200,
      "step": 4,
      "unit": "px",
      "label": "下边距",
      "default": 20
    }
  ],
  "blocks": [
    {
      "type": "slide",
      "name": "Slide",
      "settings": [
        {
          "type": "image_picker",
          "id": "slide_logo_image",
          "label": "Slide logo image"
        },
        {
          "type": "text",
          "id": "banner_title",
          "label": "Banner title"
        },
        {
          "type": "text",
          "id": "text",
          "label": "Text"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "名人推荐",
      "blocks": [
        {
          "type": "slide"
        }
      ]
    }
  ]
}