Section

Video

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

真实模板变体

Schema

{
  "name": "Video",
  "class": "video-section",
  "settings": [
    {
      "type": "html",
      "id": "heading",
      "label": "Heading",
      "default": "Video"
    },
    {
      "type": "checkbox",
      "id": "heading_left",
      "default": false,
      "label": "Left align heading"
    },
    {
      "type": "richtext",
      "id": "description",
      "label": "Description",
      "default": "<p>Add a short description for this section</p>"
    },
    {
      "type": "select",
      "id": "section_width",
      "options": [
        {
          "value": "grid",
          "label": "Grid"
        },
        {
          "value": "full-width-row",
          "label": "Full width"
        },
        {
          "value": "full-width-row-full",
          "label": "Full width, no spacing"
        }
      ],
      "default": "grid",
      "label": "Section width"
    },
    {
      "type": "video_url",
      "id": "video",
      "label": "Video URL",
      "accept": [
        "youtube",
        "vimeo"
      ],
      "placeholder": "Use a YouTube or Vimeo URL",
      "default": "https://www.youtube.com/watch?v=_9VUPq3SxOc"
    },
    {
      "type": "video",
      "id": "video_hosted",
      "label": "Shopify-hosted video",
      "info": "Overrides the Video URL setting."
    },
    {
      "type": "image_picker",
      "id": "image_poster",
      "label": "Select Image Poster"
    },
    {
      "type": "checkbox",
      "id": "video_autoplay",
      "default": true,
      "label": "Autoplay",
      "info": "Video will be muted"
    },
    {
      "type": "select",
      "id": "aspect_ratio",
      "options": [
        {
          "value": "16-9",
          "label": "16/9"
        },
        {
          "value": "9-16",
          "label": "9/16"
        },
        {
          "value": "4-3",
          "label": "4/3"
        },
        {
          "value": "3-4",
          "label": "3/4"
        },
        {
          "value": "square",
          "label": "Square"
        }
      ],
      "default": "16-9",
      "label": "Video aspect ratio"
    },
    {
      "type": "header",
      "content": "Spacing"
    },
    {
      "type": "checkbox",
      "id": "disable_top_spacing",
      "default": false,
      "label": "Remove top spacing"
    },
    {
      "type": "checkbox",
      "id": "disable_bottom_spacing",
      "default": false,
      "label": "Remove bottom spacing"
    },
    {
      "type": "text",
      "id": "custom_class",
      "label": "Enter Custom Class"
    }
  ],
  "blocks": [],
  "presets": [
    {
      "name": "Video"
    }
  ]
}