Section

Distributor Qualification

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

真实模板变体

Schema

{
  "name": "Distributor Qualification",
  "settings": [
    {
      "type": "textarea",
      "id": "title",
      "label": "Heading"
    }
  ],
  "blocks": [
    {
      "type": "image",
      "name": "Image",
      "settings": [
        {
          "type": "image_picker",
          "id": "image",
          "label": "Image"
        },
        {
          "type": "text",
          "id": "heading",
          "label": "Heading",
          "default": "Heading"
        },
        {
          "type": "richtext",
          "id": "text",
          "label": "Content"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Distributor Qualification",
      "category": "Custom"
    }
  ]
}