Section

Refurb Hero Banner

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

真实模板变体

Schema

{
  "name": "Refurb Hero Banner",
  "tag": "section",
  "class": "refurb-hero-section",
  "settings": [
    {
      "type": "text",
      "id": "badge_text",
      "label": "Badge text",
      "default": "Certified Refurbished"
    },
    {
      "type": "text",
      "id": "title",
      "label": "Title",
      "default": "Refurbished Products Store"
    },
    {
      "type": "textarea",
      "id": "subtitle",
      "label": "Subtitle",
      "default": "Quality-certified refurbished hair dryers and shavers at unbeatable prices. Choose from Grade A (like new) or Grade B (tested & cleaned) options."
    },
    {
      "type": "color",
      "id": "bg_color",
      "label": "Background color",
      "default": "#1a56db"
    },
    {
      "type": "color",
      "id": "text_color",
      "label": "Text color",
      "default": "#ffffff"
    }
  ],
  "blocks": [
    {
      "type": "feature",
      "name": "Feature",
      "limit": 4,
      "settings": [
        {
          "type": "text",
          "id": "text",
          "label": "Text",
          "default": "90-Day Warranty"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Refurb Hero Banner",
      "blocks": [
        {
          "type": "feature",
          "settings": {
            "text": "90-Day Warranty"
          }
        },
        {
          "type": "feature",
          "settings": {
            "text": "Free Shipping"
          }
        }
      ]
    }
  ]
}