Section

动态亮点展示

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

真实模板变体

Schema

{
  "name": "动态亮点展示",
  "class": "brush-highlights-section brush-highlights-fixed",
  "settings": [
    {
      "type": "header",
      "content": "Header"
    },
    {
      "type": "textarea",
      "id": "heading",
      "label": "Heading",
      "default": "Grab the highlights."
    },
    {
      "type": "textarea",
      "id": "video_text",
      "label": "Video text",
      "default": "Watch the film"
    },
    {
      "type": "color_background",
      "id": "bg",
      "label": "Background",
      "default": "#000000"
    },
    {
      "type": "color",
      "id": "color",
      "label": "Text Color",
      "default": "#ffffff"
    },
    {
      "type": "video",
      "id": "video",
      "label": "Popup video"
    }
  ],
  "blocks": [
    {
      "type": "block",
      "name": "Block",
      "settings": [
        {
          "type": "textarea",
          "id": "heading",
          "label": "Heading",
          "default": "A futuristic aesthetic design."
        },
        {
          "type": "color",
          "id": "color",
          "label": "Text Color",
          "default": "#ffffff"
        },
        {
          "type": "image_picker",
          "id": "image_d",
          "label": "Image (desktop)"
        },
        {
          "type": "image_picker",
          "id": "image_m",
          "label": "Image (mobile)"
        },
        {
          "type": "video",
          "id": "video_d",
          "label": "Video (desktop)"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "动态亮点展示"
    }
  ]
}