Section

Video full mp4

12 个模板实例,8 个 section 配置,2 类 block。

真实模板变体

Schema

{
  "name": "Video full mp4",
  "class": "video-full-section_mp4",
  "settings": [
    {
      "type": "text",
      "id": "subheading_o",
      "label": "Sub Heading top",
      "default": "Core motor"
    },
    {
      "type": "textarea",
      "id": "heading_o",
      "label": "Heading top",
      "default": "Super powerful.<br>110,000 rpm motor."
    },
    {
      "type": "checkbox",
      "id": "performance_blocks",
      "label": "Show performance blocks",
      "default": true
    },
    {
      "type": "textarea",
      "id": "per_title",
      "label": "Performance title",
      "default": "Air speed performance"
    },
    {
      "type": "html",
      "id": "heading",
      "label": "Heading",
      "default": "Video"
    },
    {
      "type": "checkbox",
      "id": "show_only_btn",
      "label": "Show only button",
      "default": false
    },
    {
      "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",
      "id": "video",
      "label": "Shopify hosted Video"
    }
  ],
  "blocks": [
    {
      "type": "tabs",
      "name": "Tabs",
      "settings": [
        {
          "type": "image_picker",
          "id": "icon",
          "label": "icon"
        },
        {
          "type": "text",
          "id": "heading",
          "label": "Heading",
          "default": "Durable aluminium alloy"
        },
        {
          "type": "textarea",
          "id": "content",
          "label": "Content",
          "default": "The motor fan blades are made of 6061-T6 aircraft-grade aluminium alloy, machined to a precision of 0.001mm."
        }
      ]
    },
    {
      "type": "performance",
      "name": "Performance",
      "settings": [
        {
          "type": "number",
          "id": "width",
          "label": "Width of line (In %)"
        },
        {
          "type": "text",
          "id": "heading",
          "label": "Heading",
          "default": "Durable aluminium alloy"
        },
        {
          "type": "text",
          "id": "right_title",
          "label": "Right title",
          "default": "5.5x"
        },
        {
          "type": "color_background",
          "id": "background",
          "label": "Background of line",
          "default": "linear-gradient(0deg, #1751AF -5.39%, #319DDC 100%)"
        },
        {
          "type": "color",
          "id": "color_r",
          "label": "Color of right text",
          "default": "#319CDC"
        },
        {
          "type": "color",
          "id": "color_h",
          "label": "Color of heading",
          "default": "#000000"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Video full mp4"
    }
  ]
}