Theme Block

Benefits Engine

27 个配置项,0 类嵌套 block。

Schema

{
  "name": "Benefits Engine",
  "settings": [
    {
      "type": "header",
      "content": "General"
    },
    {
      "type": "text",
      "id": "title",
      "label": "Section title",
      "default": "Unlock Your Benefits"
    },
    {
      "type": "text",
      "id": "subtitle",
      "label": "Section subtitle",
      "default": "Discover exclusive offers tailored just for you"
    },
    {
      "type": "range",
      "id": "title_size",
      "min": 20,
      "max": 60,
      "step": 2,
      "unit": "px",
      "label": "Title size",
      "default": 36
    },
    {
      "type": "range",
      "id": "subtitle_size",
      "min": 14,
      "max": 24,
      "step": 1,
      "unit": "px",
      "label": "Subtitle size",
      "default": 18
    },
    {
      "type": "header",
      "content": "Newcomer module"
    },
    {
      "type": "text",
      "id": "newcomer_title",
      "label": "Title",
      "default": "Welfare Envelope Launcher"
    },
    {
      "type": "textarea",
      "id": "newcomer_description",
      "label": "Description",
      "default": "Click the envelope to reveal your exclusive $20 welcome bonus"
    },
    {
      "type": "text",
      "id": "newcomer_cta_text",
      "label": "Button text",
      "default": "Claim Bonus"
    },
    {
      "type": "url",
      "id": "newcomer_link",
      "label": "Button link"
    },
    {
      "type": "header",
      "content": "Enterprise module"
    },
    {
      "type": "text",
      "id": "enterprise_title",
      "label": "Title",
      "default": "Purchase Discount Generator"
    },
    {
      "type": "textarea",
      "id": "enterprise_description",
      "label": "Description",
      "default": "Click to see corporate order discounts - the more you order, the more you save"
    },
    {
      "type": "text",
      "id": "enterprise_cta_text",
      "label": "Button text",
      "default": "Get Quote"
    },
    {
      "type": "url",
      "id": "enterprise_link",
      "label": "Button link"
    },
    {
      "type": "header",
      "content": "Refurbishment module"
    },
    {
      "type": "text",
      "id": "refurbishment_title",
      "label": "Title",
      "default": "Quality Renewal Visualizer"
    },
    {
      "type": "textarea",
      "id": "refurbishment_description",
      "label": "Description",
      "default": "Watch the renewal process - disassemble, renew, reorganize for certified quality"
    },
    {
      "type": "text",
      "id": "refurbishment_cta_text",
      "label": "Button text",
      "default": "Shop Refurbished"
    },
    {
      "type": "url",
      "id": "refurbishment_link",
      "label": "Button link"
    },
    {
      "type": "header",
      "content": "Colors"
    },
    {
      "type": "color",
      "id": "background_color",
      "label": "Background",
      "default": "#f8f9fa"
    },
    {
      "type": "color",
      "id": "module_background",
      "label": "Module background",
      "default": "#ffffff"
    },
    {
      "type": "color",
      "id": "text_color",
      "label": "Text",
      "default": "#333333"
    },
    {
      "type": "color",
      "id": "accent_color",
      "label": "Accent",
      "default": "#007bff"
    },
    {
      "type": "header",
      "content": "Style"
    },
    {
      "type": "range",
      "id": "border_radius",
      "min": 0,
      "max": 30,
      "step": 2,
      "unit": "px",
      "label": "Border radius",
      "default": 16
    }
  ],
  "blocks": [],
  "presets": [
    {
      "name": "Benefits Engine"
    }
  ]
}