Section

Campaign Guarantee

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

真实模板变体

Schema

{
  "name": "Campaign Guarantee",
  "class": "cmp-guarantee-section",
  "settings": [
    {
      "type": "text",
      "id": "heading",
      "label": "Heading",
      "info": "1–80 characters.",
      "default": "Shop With Confidence"
    },
    {
      "type": "text",
      "id": "subtitle",
      "label": "Subtitle",
      "info": "0–160 characters.",
      "default": "Enjoy exclusive rewards and worry-free shopping during Laifen Prime Day."
    }
  ],
  "blocks": [
    {
      "type": "guarantee",
      "name": "Guarantee",
      "settings": [
        {
          "type": "image_picker",
          "id": "image",
          "label": "Image"
        },
        {
          "type": "text",
          "id": "image_url",
          "label": "Image URL (external)",
          "info": "Optional external CDN URL. Takes precedence over Image when set."
        },
        {
          "type": "text",
          "id": "image_alt",
          "label": "Image alt text",
          "info": "Describe the image for accessibility (1–250 characters)."
        },
        {
          "type": "text",
          "id": "title",
          "label": "Title",
          "info": "1–80 characters."
        },
        {
          "type": "textarea",
          "id": "description",
          "label": "Description",
          "info": "1–320 characters."
        },
        {
          "type": "select",
          "id": "alignment",
          "label": "Alignment",
          "info": "Controls image position on desktop.",
          "default": "image-left",
          "options": [
            {
              "value": "image-left",
              "label": "Image left"
            },
            {
              "value": "image-right",
              "label": "Image right"
            }
          ]
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Campaign Guarantee",
      "blocks": [
        {
          "type": "guarantee",
          "settings": {
            "title": "10% Coupon Guaranteed",
            "description": "Every participant receives a guaranteed 10% coupon just for joining the campaign. Use it on any Laifen product during Prime Day.",
            "alignment": "image-left"
          }
        },
        {
          "type": "guarantee",
          "settings": {
            "title": "30-Day Price Protection",
            "description": "If the price drops within 30 days of your purchase, we'll refund the difference. Shop now with zero risk.",
            "alignment": "image-right"
          }
        },
        {
          "type": "guarantee",
          "settings": {
            "title": "Share & Earn",
            "description": "Share your wishlist with friends and earn bonus entries for every friend who joins. The more you share, the more chances to win.",
            "alignment": "image-left"
          }
        },
        {
          "type": "guarantee",
          "settings": {
            "title": "Post-Purchase Rewards",
            "description": "After buying any Laifen product during the campaign, unlock exclusive post-purchase rewards including free accessories and extended warranties.",
            "alignment": "image-right"
          }
        }
      ]
    }
  ]
}