Section

Air Ion Compare

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

真实模板变体

Schema

{
  "name": "Air Ion Compare",
  "tag": "section",
  "class": "section",
  "settings": [
    {
      "type": "text",
      "id": "section_id",
      "label": "Section ID"
    },
    {
      "type": "text",
      "id": "heading_accent",
      "label": "标题(紫色高亮部分)",
      "default": "Frizz?",
      "info": "如: Frizz? (紫色渐变), 与下方[标题]组合显示"
    },
    {
      "type": "textarea",
      "id": "heading",
      "label": "标题(黑色部分)",
      "default": "Not Today"
    },
    {
      "type": "textarea",
      "id": "subheading",
      "label": "副标题"
    },
    {
      "type": "image_picker",
      "id": "before_image_d",
      "label": "效果前图片 (桌面端)",
      "info": "未使用负离子的粗糙效果, 显示在滑块左侧"
    },
    {
      "type": "image_picker",
      "id": "before_image_m",
      "label": "效果前图片 (移动端)"
    },
    {
      "type": "image_picker",
      "id": "after_image_d",
      "label": "效果后图片 (桌面端)",
      "info": "使用负离子后的顺滑效果, 显示在滑块右侧"
    },
    {
      "type": "image_picker",
      "id": "after_image_m",
      "label": "效果后图片 (移动端)"
    },
    {
      "type": "checkbox",
      "id": "show_labels",
      "label": "显示 Before/After 标签",
      "default": true
    },
    {
      "type": "text",
      "id": "before_label",
      "label": "效果前标签",
      "default": "Before"
    },
    {
      "type": "text",
      "id": "after_label",
      "label": "效果后标签",
      "default": "After"
    }
  ],
  "blocks": [],
  "presets": [
    {
      "name": "Air Ion Compare"
    }
  ]
}