Section

场景化产品选购

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

真实模板变体

当前模板未直接使用该 section。

Schema

{
  "name": "场景化产品选购",
  "settings": [
    {
      "type": "textarea",
      "id": "section_title",
      "label": "Section Title"
    }
  ],
  "blocks": [
    {
      "type": "media",
      "name": "Media",
      "settings": [
        {
          "type": "header",
          "content": "Desktop media"
        },
        {
          "type": "image_picker",
          "id": "image",
          "label": "Image"
        },
        {
          "type": "video",
          "id": "video",
          "label": "Video"
        },
        {
          "type": "header",
          "content": "Desktop media"
        },
        {
          "type": "image_picker",
          "id": "image_mobile",
          "label": "Image"
        },
        {
          "type": "video",
          "id": "video_mobile",
          "label": "Video"
        },
        {
          "type": "header",
          "content": "Content"
        },
        {
          "type": "text",
          "id": "title",
          "label": "Title"
        },
        {
          "type": "text",
          "id": "subtitle",
          "label": "Subtitle"
        },
        {
          "type": "text",
          "id": "button_label",
          "label": "Button Label",
          "default": "Learn More"
        },
        {
          "type": "url",
          "id": "button_link",
          "label": "Button Link"
        }
      ]
    },
    {
      "type": "product_card",
      "name": "Product Card",
      "settings": [
        {
          "type": "product",
          "id": "product",
          "label": "Product"
        },
        {
          "type": "header",
          "content": "Customize Product Info"
        },
        {
          "type": "image_picker",
          "id": "image",
          "label": "Product Image"
        },
        {
          "type": "text",
          "id": "badge",
          "label": "Badge (Optional)"
        },
        {
          "type": "text",
          "id": "title",
          "label": "Product Title"
        },
        {
          "type": "richtext",
          "id": "subtitle",
          "label": "Subtitle"
        },
        {
          "type": "number",
          "id": "price",
          "label": "Price"
        },
        {
          "type": "number",
          "id": "compare_at_price",
          "label": "Compare At Price (Optional)"
        },
        {
          "type": "url",
          "id": "link",
          "label": "Product Link"
        },
        {
          "type": "text",
          "id": "product_info_button",
          "label": "Product Info Button Label",
          "default": "buy now"
        }
      ]
    },
    {
      "type": "see_more",
      "name": "See More Card",
      "settings": [
        {
          "type": "url",
          "id": "link",
          "label": "See More Link"
        },
        {
          "type": "image_picker",
          "id": "image",
          "label": "See More Image"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "场景化产品选购",
      "category": "Custom"
    }
  ]
}