Section

Features with Images

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

真实模板变体

Schema

{
  "name": "Features with Images",
  "settings": [
    {
      "type": "textarea",
      "id": "heading",
      "label": "Main Heading",
      "default": "Soft on Teeth, Tough on Plaque"
    }
  ],
  "blocks": [
    {
      "type": "feature",
      "name": "Feature Item",
      "settings": [
        {
          "type": "image_picker",
          "id": "image",
          "label": "Image"
        },
        {
          "type": "image_picker",
          "id": "image_mobile",
          "label": "Image (Mobile)"
        },
        {
          "type": "textarea",
          "id": "heading",
          "label": "Feature Title"
        },
        {
          "type": "textarea",
          "id": "feature_text",
          "label": "Feature Description"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Features with Images"
    }
  ]
}