Section

视频展示

15 个模板实例,10 个 section 配置,0 类 block。

真实模板变体

Schema

{
  "name": "视频展示",
  "class": "video-feature-section",
  "settings": [
    {
      "type": "text",
      "id": "title",
      "label": "标题"
    },
    {
      "type": "text",
      "id": "heading",
      "label": "主标题"
    },
    {
      "type": "text",
      "id": "subheading",
      "label": "副标题"
    },
    {
      "type": "image_picker",
      "id": "video_image_desktop",
      "label": "视频封面 desktop"
    },
    {
      "type": "image_picker",
      "id": "video_image_mobile",
      "label": "视频封面 mobile"
    },
    {
      "type": "video",
      "id": "video_url",
      "label": "视频链接"
    },
    {
      "type": "video",
      "id": "mobile_video_url",
      "label": "移动端视频链接"
    },
    {
      "type": "text",
      "id": "custom_class",
      "label": "自定义类名"
    },
    {
      "type": "color",
      "id": "background_color",
      "label": "背景颜色"
    },
    {
      "type": "color",
      "id": "title_color",
      "label": "标题颜色"
    }
  ],
  "blocks": [],
  "presets": [
    {
      "name": "视频展示",
      "category": "视频"
    }
  ]
}