Section

Campaign Activities

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

真实模板变体

Schema

{
  "name": "Campaign Activities",
  "class": "cmp-activities-section",
  "settings": [],
  "blocks": [
    {
      "type": "activity",
      "name": "Activity",
      "settings": [
        {
          "type": "image_picker",
          "id": "image",
          "label": "Card image"
        },
        {
          "type": "text",
          "id": "image_url",
          "label": "Card image URL (external)",
          "info": "Optional external CDN URL. Takes precedence over Card image when set."
        },
        {
          "type": "text",
          "id": "image_alt",
          "label": "Card image alt text",
          "info": "Describe the image for accessibility (1–250 characters)."
        },
        {
          "type": "image_picker",
          "id": "icon",
          "label": "Card icon (image)"
        },
        {
          "type": "text",
          "id": "icon_alt",
          "label": "Icon alt text",
          "info": "Describe the icon for accessibility (1–250 characters)."
        },
        {
          "type": "select",
          "id": "icon_name",
          "label": "Card icon (SVG)",
          "info": "Overrides image icon when set.",
          "options": [
            {
              "value": "",
              "label": "None"
            },
            {
              "value": "heart-filled",
              "label": "Heart (Wishlist)"
            },
            {
              "value": "package",
              "label": "Package (Mystery Box)"
            },
            {
              "value": "dollar-sign",
              "label": "Dollar Sign (Accessory)"
            }
          ],
          "default": ""
        },
        {
          "type": "text",
          "id": "title",
          "label": "Title",
          "info": "1–60 characters."
        },
        {
          "type": "textarea",
          "id": "description",
          "label": "Description",
          "info": "1–240 characters."
        },
        {
          "type": "text",
          "id": "button_label",
          "label": "Button label",
          "info": "1–30 characters."
        },
        {
          "type": "text",
          "id": "target_anchor",
          "label": "Target anchor ID",
          "info": "The section ID to scroll to (e.g. wishlist, mystery-box, accessory). 1–40 characters."
        },
        {
          "type": "header",
          "content": "Modal content"
        },
        {
          "type": "text",
          "id": "modal_title",
          "label": "Modal title",
          "info": "1–60 characters."
        },
        {
          "type": "text",
          "id": "modal_timeline",
          "label": "Modal timeline",
          "info": "1–80 characters."
        },
        {
          "type": "textarea",
          "id": "modal_description",
          "label": "Modal description",
          "info": "1–480 characters."
        },
        {
          "type": "textarea",
          "id": "point_1",
          "label": "Detail point 1",
          "info": "1–240 characters."
        },
        {
          "type": "textarea",
          "id": "point_2",
          "label": "Detail point 2",
          "info": "1–240 characters."
        },
        {
          "type": "textarea",
          "id": "point_3",
          "label": "Detail point 3",
          "info": "1–240 characters."
        },
        {
          "type": "text",
          "id": "modal_action_label",
          "label": "Modal action button label",
          "default": "Check It Out!",
          "info": "1–30 characters."
        },
        {
          "type": "url",
          "id": "modal_action_url",
          "label": "Modal action button URL",
          "info": "Optional. When set, the modal button links to this URL (e.g. /pages/pd-act#wishlist). When left blank, it scrolls to the Target anchor ID on the current page."
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Campaign Activities",
      "blocks": [
        {
          "type": "activity",
          "settings": {
            "title": "Wishlist",
            "description": "Add items to your wishlist for a chance to win them during Prime Day.",
            "button_label": "Learn More",
            "target_anchor": "wishlist",
            "modal_title": "Wishlist Activity",
            "modal_timeline": "Jun 1 – Jun 26",
            "modal_description": "Add your favorite Laifen products to your wishlist. Five lucky winners will receive their entire wishlist for free during Prime Day!",
            "point_1": "Browse and add products to your wishlist",
            "point_2": "Each item added earns you one entry",
            "point_3": "Winners announced on Prime Day",
            "modal_action_label": "Check It Out!"
          }
        },
        {
          "type": "activity",
          "settings": {
            "title": "Limited Mystery Box",
            "description": "Grab a daily mystery box packed with premium Laifen products at a surprise price.",
            "button_label": "Learn More",
            "target_anchor": "mystery-box",
            "modal_title": "Limited Mystery Box",
            "modal_timeline": "Jun 1 – Jun 26 (Daily Drop)",
            "modal_description": "Every day we release a limited number of mystery boxes containing premium Laifen products worth 3–5x the purchase price. First come, first served!",
            "point_1": "10 boxes per day pre-Prime Day, 20 on Prime Day",
            "point_2": "Each box contains products worth 3–5x the price",
            "point_3": "Limited quantities — sells out fast",
            "modal_action_label": "Check It Out!"
          }
        },
        {
          "type": "activity",
          "settings": {
            "title": "$0.99 Accessory Unlock",
            "description": "Subscribe for exclusive access to premium accessories at just $0.99 each.",
            "button_label": "Learn More",
            "target_anchor": "accessory",
            "modal_title": "$0.99 Accessory Unlock",
            "modal_timeline": "Subscribe Jun 1–7 · Link Jun 8 · Pay $0.99",
            "modal_description": "Subscribe during the enrollment window to receive an exclusive checkout link. Use it to grab any featured accessory for just $0.99 — limited quantities available.",
            "point_1": "Subscribe with your email between Jun 1–7",
            "point_2": "Receive your exclusive link on Jun 8",
            "point_3": "Pay only $0.99 for a premium accessory",
            "modal_action_label": "Check It Out!"
          }
        }
      ]
    }
  ]
}