Section

Testimonials slider 2

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

真实模板变体

Schema

{
  "name": "Testimonials slider 2",
  "class": "testimonials-slider-2-section",
  "settings": [
    {
      "type": "text",
      "id": "heading",
      "label": "Heading",
      "default": "Millions Love Laifen"
    }
  ],
  "blocks": [
    {
      "type": "testimonials",
      "name": "testimonials item 2",
      "settings": [
        {
          "type": "image_picker",
          "id": "image",
          "label": "Image"
        },
        {
          "type": "text",
          "id": "name",
          "label": "Customer name",
          "default": "Dyasha A."
        },
        {
          "type": "text",
          "id": "content",
          "label": "Content",
          "default": "<p>“Super light weight and easy to use! Beautiful aesthetic and the colors to show the temperature are awesome! Dries quick! Love it!”</p>"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Testimonials slider 2"
    }
  ]
}