Section

IFA New Products

5 个模板实例,4 个 section 配置,1 类 block。

真实模板变体

Schema

{
  "name": "IFA New Products",
  "settings": [
    {
      "type": "text",
      "id": "title",
      "label": "Title"
    },
    {
      "type": "color",
      "id": "background_color",
      "label": "背景颜色",
      "default": "#ffffff"
    },
    {
      "type": "text",
      "id": "main_title",
      "label": "大标题",
      "default": "大标题"
    },
    {
      "type": "text",
      "id": "subtitle",
      "label": "副标题",
      "default": "副标题"
    }
  ],
  "blocks": [
    {
      "type": "product",
      "name": "Product",
      "settings": [
        {
          "type": "url",
          "id": "url",
          "label": "URL"
        },
        {
          "type": "image_picker",
          "id": "image",
          "label": "Image"
        },
        {
          "type": "image_picker",
          "id": "image_mobile",
          "label": "Image (mobile)"
        },
        {
          "type": "text",
          "id": "badge",
          "label": "Badge"
        },
        {
          "type": "textarea",
          "id": "heading",
          "label": "Heading"
        },
        {
          "type": "textarea",
          "id": "subheading",
          "label": "Sub heading"
        },
        {
          "type": "header",
          "content": "Feature 1"
        },
        {
          "type": "text",
          "id": "feature_title_1",
          "label": "Feature Title"
        },
        {
          "type": "inline_richtext",
          "id": "feature_text_1",
          "label": "Feature Text"
        },
        {
          "type": "header",
          "content": "Feature 2"
        },
        {
          "type": "text",
          "id": "feature_title_2",
          "label": "Feature Title"
        },
        {
          "type": "inline_richtext",
          "id": "feature_text_2",
          "label": "Feature Text"
        },
        {
          "type": "header",
          "content": "Feature 3"
        },
        {
          "type": "text",
          "id": "feature_title_3",
          "label": "Feature Title"
        },
        {
          "type": "inline_richtext",
          "id": "feature_text_3",
          "label": "Feature Text"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "IFA New Products",
      "category": "IFA"
    }
  ]
}