Section

Product Lightweight

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

真实模板变体

Schema

{
  "name": "Product Lightweight",
  "settings": [
    {
      "type": "text",
      "id": "section_id",
      "label": "Section ID",
      "default": "product-lightweight-showcase"
    },
    {
      "type": "text",
      "id": "heading",
      "label": "Heading",
      "default": "Thin, Light, Exquisite"
    },
    {
      "type": "video",
      "id": "desktop_video",
      "label": "Desktop Video"
    },
    {
      "type": "video",
      "id": "mobile_video",
      "label": "Mobile Video"
    },
    {
      "type": "image_picker",
      "id": "image",
      "label": "Fallback Image (optional)"
    },
    {
      "type": "color",
      "id": "bg_color",
      "label": "Background color",
      "default": "#f6f6f6"
    }
  ],
  "blocks": [
    {
      "type": "param",
      "name": "Parameter",
      "settings": [
        {
          "type": "text",
          "id": "value",
          "label": "Value",
          "default": "93"
        },
        {
          "type": "text",
          "id": "unit",
          "label": "Unit",
          "default": "g"
        },
        {
          "type": "text",
          "id": "label",
          "label": "Label",
          "default": "Lightweight"
        },
        {
          "type": "color",
          "id": "value_color",
          "label": "Value color",
          "default": "#1e90ff"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Product Lightweight Showcase",
      "blocks": [
        {
          "type": "param",
          "settings": {
            "value": "93",
            "unit": "g",
            "label": "Lightweight"
          }
        },
        {
          "type": "param",
          "settings": {
            "value": "12",
            "unit": "mm",
            "label": "Slim Handle"
          }
        },
        {
          "type": "param",
          "settings": {
            "value": "16",
            "unit": "mm",
            "label": "Slim Head"
          }
        },
        {
          "type": "param",
          "settings": {
            "value": "15",
            "unit": "°",
            "label": "Tilt Angle"
          }
        }
      ]
    }
  ]
}