Section

Video Banner

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

真实模板变体

Schema

{
  "name": "Video Banner",
  "settings": [
    {
      "type": "text",
      "id": "section_id",
      "label": "Section ID",
      "default": "video-banner"
    },
    {
      "type": "text",
      "id": "subheading",
      "label": "Subheading",
      "default": "TwinAI Dodge and Dual Chips: DirtSense 2.0"
    },
    {
      "type": "text",
      "id": "heading",
      "label": "Heading",
      "default": "Real-Time Cleaning Decisions"
    },
    {
      "type": "textarea",
      "id": "paragraph",
      "label": "Paragraph",
      "default": "Freo Z Ultra detects dirt in real-time, lowering the brush and activating vacuum-only mode for dry messes. For wet spills, the brush lifts and the mops lower, switching to mop-only mode to prevent dirt from spreading."
    },
    {
      "type": "video",
      "id": "desktop_video",
      "label": "Desktop Video"
    },
    {
      "type": "video",
      "id": "mobile_video",
      "label": "Mobile Video"
    },
    {
      "type": "checkbox",
      "id": "full_width",
      "label": "Full width video",
      "default": false
    },
    {
      "type": "checkbox",
      "id": "mobile_header_below",
      "label": "移动端:将标题与描述放在视频下方",
      "default": false
    },
    {
      "type": "checkbox",
      "id": "show_button",
      "label": "Show Button",
      "default": false
    },
    {
      "type": "text",
      "id": "button_text",
      "label": "Button Text"
    },
    {
      "type": "url",
      "id": "button_url",
      "label": "Button URL"
    },
    {
      "type": "image_picker",
      "id": "button_icon",
      "label": "Button Icon"
    },
    {
      "type": "checkbox",
      "id": "show_items",
      "label": "Show Items Section",
      "default": false
    },
    {
      "type": "text",
      "id": "items_header",
      "label": "Items Header"
    },
    {
      "type": "checkbox",
      "id": "enable_play_control",
      "label": "Enable Play Control Button",
      "default": false
    },
    {
      "type": "select",
      "id": "play_button_style",
      "label": "Play Button Style",
      "options": [
        {
          "value": "default",
          "label": "Default"
        },
        {
          "value": "minimal",
          "label": "Minimal"
        }
      ],
      "default": "default"
    }
  ],
  "blocks": [
    {
      "type": "video_item",
      "name": "Video Item",
      "settings": [
        {
          "type": "video",
          "id": "desktop_video",
          "label": "Desktop Video"
        },
        {
          "type": "video",
          "id": "mobile_video",
          "label": "Mobile Video"
        },
        {
          "type": "image_picker",
          "id": "desktop_poster",
          "label": "Desktop Poster Image"
        },
        {
          "type": "image_picker",
          "id": "mobile_poster",
          "label": "Mobile Poster Image"
        },
        {
          "type": "text",
          "id": "aspect_ratio",
          "label": "Desktop Aspect Ratio (%)",
          "default": "56.25%"
        },
        {
          "type": "text",
          "id": "mobile_aspect_ratio",
          "label": "Mobile Aspect Ratio (%)",
          "default": "177%"
        },
        {
          "type": "richtext",
          "id": "paragraph",
          "label": "Description"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Video Banner",
      "settings": {
        "subheading": "TwinAI Dodge and Dual Chips: DirtSense 2.0",
        "heading": "Real-Time Cleaning Decisions",
        "paragraph": "Freo Z Ultra detects dirt in real-time, lowering the brush and activating vacuum-only mode for dry messes. For wet spills, the brush lifts and the mops lower, switching to mop-only mode to prevent dirt from spreading."
      }
    }
  ]
}