Section

Toothbrush motor

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

真实模板变体

Schema

{
  "name": "Toothbrush motor",
  "class": "toothbrush-motor-section",
  "settings": [
    {
      "type": "header",
      "content": "Header"
    },
    {
      "type": "color",
      "id": "bg",
      "label": "Background"
    },
    {
      "type": "color",
      "id": "color",
      "label": "Color",
      "default": "#000000"
    },
    {
      "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": "image_picker",
      "id": "image",
      "label": "Main Image"
    },
    {
      "type": "checkbox",
      "id": "invert",
      "label": "Image on right"
    },
    {
      "type": "video",
      "id": "video",
      "label": "A Shopify-hosted video"
    },
    {
      "type": "text",
      "id": "sub_heading",
      "label": "Sub Heading",
      "default": "3x brushing power"
    },
    {
      "type": "html",
      "id": "heading",
      "label": "Heading",
      "default": "More power, deeper clean."
    },
    {
      "type": "richtext",
      "id": "content",
      "label": "Content",
      "default": "<p>Vastly improved motor performance compared to ordinary sonic motors (6.1W vs 2.0W) for a faster clean.</p>"
    }
  ],
  "blocks": [],
  "presets": [
    {
      "name": "Toothbrush motor"
    }
  ]
}