Section

Air 3D Carousel

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

真实模板变体

Schema

{
  "name": "Air 3D Carousel",
  "tag": "section",
  "class": "section",
  "settings": [
    {
      "type": "text",
      "id": "section_id",
      "label": "Section ID"
    },
    {
      "type": "textarea",
      "id": "heading",
      "label": "标题 (支持 HTML,例如 <span class=\"neo-color\">All</span>)"
    },
    {
      "type": "textarea",
      "id": "subheading",
      "label": "副标题"
    },
    {
      "type": "checkbox",
      "id": "enable_autoplay",
      "label": "启用自动播放",
      "default": false
    },
    {
      "type": "range",
      "id": "auto_interval",
      "label": "自动播放间隔 (秒)",
      "min": 2,
      "max": 10,
      "step": 1,
      "default": 4
    },
    {
      "type": "color_background",
      "id": "bg_gradient",
      "label": "背景渐变",
      "default": "linear-gradient(180deg, #F4F1FB 0%, #FFFFFF 35%, #FFFFFF 70%, #EEF3FF 100%)"
    },
    {
      "type": "header",
      "content": "移动端徽章"
    },
    {
      "type": "checkbox",
      "id": "show_badge",
      "label": "显示徽章 (移动端右上角)",
      "default": true
    },
    {
      "type": "text",
      "id": "badge_prefix",
      "label": "徽章前缀文案",
      "default": "Double Click:"
    }
  ],
  "blocks": [
    {
      "type": "slide",
      "name": "Slide",
      "settings": [
        {
          "type": "image_picker",
          "id": "image_d",
          "label": "图片 (桌面端)"
        },
        {
          "type": "image_picker",
          "id": "image_m",
          "label": "图片 (移动端)"
        },
        {
          "type": "image_picker",
          "id": "thumbnail",
          "label": "缩略图 (导航圆形头像,未填则使用移动端图)"
        },
        {
          "type": "text",
          "id": "label",
          "label": "模式名 (如 Child Mode;激活时显示在缩略图下方 & 用于移动端徽章)"
        }
      ]
    },
    {
      "type": "slide_2",
      "name": "Slide 2",
      "settings": [
        {
          "type": "image_picker",
          "id": "image_d",
          "label": "图片 (桌面端)"
        },
        {
          "type": "image_picker",
          "id": "image_m",
          "label": "图片 (移动端)"
        },
        {
          "type": "image_picker",
          "id": "thumbnail",
          "label": "缩略图 (导航圆形头像,未填则使用移动端图)"
        },
        {
          "type": "text",
          "id": "label",
          "label": "模式名 (如 Child Mode;激活时显示在缩略图下方 & 用于移动端徽章)"
        }
      ]
    },
    {
      "type": "slide_3",
      "name": "Slide 3",
      "settings": [
        {
          "type": "image_picker",
          "id": "image_d",
          "label": "图片 (桌面端)"
        },
        {
          "type": "image_picker",
          "id": "image_m",
          "label": "图片 (移动端)"
        },
        {
          "type": "image_picker",
          "id": "thumbnail",
          "label": "缩略图 (导航圆形头像,未填则使用移动端图)"
        },
        {
          "type": "text",
          "id": "label",
          "label": "模式名 (如 Child Mode;激活时显示在缩略图下方 & 用于移动端徽章)"
        }
      ]
    },
    {
      "type": "slide_4",
      "name": "Slide 4",
      "settings": [
        {
          "type": "image_picker",
          "id": "image_d",
          "label": "图片 (桌面端)"
        },
        {
          "type": "image_picker",
          "id": "image_m",
          "label": "图片 (移动端)"
        },
        {
          "type": "image_picker",
          "id": "thumbnail",
          "label": "缩略图 (导航圆形头像,未填则使用移动端图)"
        },
        {
          "type": "text",
          "id": "label",
          "label": "模式名 (如 Child Mode;激活时显示在缩略图下方 & 用于移动端徽章)"
        }
      ]
    },
    {
      "type": "slide_5",
      "name": "Slide 5",
      "settings": [
        {
          "type": "image_picker",
          "id": "image_d",
          "label": "图片 (桌面端)"
        },
        {
          "type": "image_picker",
          "id": "image_m",
          "label": "图片 (移动端)"
        },
        {
          "type": "image_picker",
          "id": "thumbnail",
          "label": "缩略图 (导航圆形头像,未填则使用移动端图)"
        },
        {
          "type": "text",
          "id": "label",
          "label": "模式名 (如 Child Mode;激活时显示在缩略图下方 & 用于移动端徽章)"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Air 3D Carousel"
    }
  ]
}