Section

Air Born Light

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

真实模板变体

Schema

{
  "name": "Air Born Light",
  "tag": "section",
  "class": "section",
  "settings": [
    {
      "type": "text",
      "id": "section_id",
      "label": "Section ID"
    },
    {
      "type": "header",
      "content": "顶部标题与背景 (始终显示)"
    },
    {
      "type": "textarea",
      "id": "heading",
      "label": "标题",
      "default": "Air. <span class=\"neo-color\">Born Light</span>"
    },
    {
      "type": "textarea",
      "id": "subheading",
      "label": "描述"
    },
    {
      "type": "image_picker",
      "id": "bg_image_d",
      "label": "背景图 (桌面端)"
    },
    {
      "type": "image_picker",
      "id": "bg_image_m",
      "label": "背景图 (移动端)"
    },
    {
      "type": "header",
      "content": "卡片 A (滚动到第二段出现)"
    },
    {
      "type": "textarea",
      "id": "slide2_title",
      "label": "标题",
      "default": "<span class=\"neo-color\">Lightweight</span>"
    },
    {
      "type": "textarea",
      "id": "slide2_description",
      "label": "描述",
      "default": "At just 9.88oz, Air feels almost weightless in your hand. No heavy lifting. Just smooth, effortless drying."
    },
    {
      "type": "image_picker",
      "id": "layer1_image_d",
      "label": "卡片图片 (桌面端)"
    },
    {
      "type": "image_picker",
      "id": "layer1_image_m",
      "label": "卡片图片 (移动端)"
    },
    {
      "type": "header",
      "content": "卡片 B (滚动到第三段出现)"
    },
    {
      "type": "textarea",
      "id": "slide3_title",
      "label": "标题",
      "default": "<span class=\"neo-color\">Palm-Sized Compact</span>"
    },
    {
      "type": "textarea",
      "id": "slide3_description",
      "label": "描述",
      "default": "Small enough to sit comfortably in your palm. The compact shape makes it easy to handle, turn, and style from any angle."
    },
    {
      "type": "image_picker",
      "id": "layer2_image_d",
      "label": "卡片图片 (桌面端)"
    },
    {
      "type": "image_picker",
      "id": "layer2_image_m",
      "label": "卡片图片 (移动端)"
    }
  ],
  "blocks": [],
  "presets": [
    {
      "name": "Air Born Light"
    }
  ]
}