Section

video-product-recommend

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

真实模板变体

Schema

{
  "name": "video-product-recommend",
  "settings": [
    {
      "type": "text",
      "id": "title",
      "label": "大标题"
    },
    {
      "type": "text",
      "id": "subtitle",
      "label": "小标题"
    },
    {
      "type": "text",
      "id": "product_title",
      "label": "产品推荐标题",
      "default": "SHOP THE LOOK"
    }
  ],
  "blocks": [
    {
      "type": "video_block",
      "name": "视频块",
      "settings": [
        {
          "type": "image_picker",
          "id": "video_thumbnail",
          "label": "视频缩略图"
        },
        {
          "type": "video",
          "id": "video_url",
          "label": "视频URL"
        },
        {
          "type": "image_picker",
          "id": "user_avatar",
          "label": "用户头像"
        },
        {
          "type": "text",
          "id": "user_name",
          "label": "用户名称",
          "default": "User Name"
        },
        {
          "type": "url",
          "id": "user_link",
          "label": "用户主页链接",
          "info": "点击用户头像将跳转到此链接"
        },
        {
          "type": "textarea",
          "id": "comment",
          "label": "评论内容"
        },
        {
          "type": "product_list",
          "id": "product_recommendations",
          "label": "产品推荐",
          "limit": 4
        },
        {
          "type": "textarea",
          "id": "product_discounts",
          "label": "产品折扣信息"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "红人视频推荐",
      "category": "视频"
    }
  ]
}