Section

Wholesale audience

2 个模板实例,3 个 section 配置,1 类 block。

真实模板变体

Schema

{
  "name": "Wholesale audience",
  "class": "wholesale-audience-section",
  "settings": [
    {
      "type": "text",
      "id": "heading",
      "label": "Heading"
    },
    {
      "type": "textarea",
      "id": "subtitle",
      "label": "Subtitle",
      "info": "Below heading on desktop, at bottom on mobile"
    },
    {
      "type": "color_background",
      "id": "section_background",
      "label": "Section background",
      "default": "#ffffff"
    }
  ],
  "blocks": [
    {
      "type": "audience",
      "name": "Audience block",
      "settings": [
        {
          "type": "image_picker",
          "id": "image",
          "label": "Image"
        },
        {
          "type": "text",
          "id": "title",
          "label": "Title"
        },
        {
          "type": "textarea",
          "id": "description",
          "label": "Description"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Wholesale audience",
      "settings": {
        "heading": "Who Is This Wholesale Program For",
        "subtitle": "*Standard Wholesale Terms Apply To All Categories. Minimum Order Quantity Is 10 Units."
      }
    }
  ]
}