Section

Static Hero with Video

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

真实模板变体

当前模板未直接使用该 section。

Schema

{
  "name": "Static Hero with Video",
  "settings": [
    {
      "type": "video",
      "id": "desktop_video",
      "label": "Desktop Video",
      "info": "Upload video for desktop and tablet devices"
    },
    {
      "type": "video",
      "id": "mobile_video",
      "label": "Mobile Video",
      "info": "Upload video for mobile devices (optional)"
    },
    {
      "type": "range",
      "id": "overlay_opacity",
      "min": 0,
      "max": 100,
      "step": 5,
      "default": 50,
      "label": "Overlay Opacity (%)",
      "info": "Adjust the opacity of the overlay to improve text readability"
    },
    {
      "type": "color",
      "id": "overlay_color",
      "default": "#000000",
      "label": "Overlay Color"
    },
    {
      "type": "header",
      "content": "Content"
    },
    {
      "type": "text",
      "id": "subtitle",
      "label": "Subtitle",
      "info": "Optional subtitle text"
    },
    {
      "type": "select",
      "id": "subtitle_size",
      "options": [
        {
          "value": "medium",
          "label": "Medium"
        },
        {
          "value": "small",
          "label": "Small"
        }
      ],
      "default": "medium",
      "label": "Subtitle Size"
    },
    {
      "type": "text",
      "id": "title",
      "label": "Title"
    },
    {
      "type": "richtext",
      "id": "paragraph",
      "label": "Description",
      "info": "Rich text description with formatting support"
    },
    {
      "type": "header",
      "content": "Call to Action"
    },
    {
      "type": "text",
      "id": "button_text",
      "label": "Button Text",
      "info": "Leave empty to hide button"
    },
    {
      "type": "url",
      "id": "button_url",
      "label": "Button URL"
    },
    {
      "type": "header",
      "content": "Layout"
    },
    {
      "type": "select",
      "id": "content_alignment",
      "options": [
        {
          "value": "top-left",
          "label": "Top Left"
        },
        {
          "value": "top-center",
          "label": "Top Center"
        },
        {
          "value": "top-right",
          "label": "Top Right"
        },
        {
          "value": "middle-left",
          "label": "Middle Left"
        },
        {
          "value": "center",
          "label": "Center"
        },
        {
          "value": "middle-right",
          "label": "Middle Right"
        },
        {
          "value": "bottom-left",
          "label": "Bottom Left"
        },
        {
          "value": "bottom-center",
          "label": "Bottom Center"
        },
        {
          "value": "bottom-right",
          "label": "Bottom Right"
        }
      ],
      "default": "center",
      "label": "Content Alignment"
    }
  ],
  "blocks": [],
  "presets": [
    {
      "name": "Static Hero with Video",
      "settings": {
        "paragraph": "<p>It has never been so easy to forget that your carpets and floors are getting a deep clean as you do anything else.</p>",
        "content_alignment": "center",
        "overlay_opacity": 50
      }
    }
  ]
}