Section

Testimonial slider

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

真实模板变体

Schema

{
  "name": "Testimonial slider",
  "class": "testimonial-slider-section",
  "settings": [
    {
      "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": "color_background",
      "id": "bg",
      "label": "Section background"
    },
    {
      "type": "checkbox",
      "id": "narrow_width",
      "label": "Make section narrow",
      "default": false,
      "info": "Stars and slider will be removed when this is enabled"
    },
    {
      "type": "checkbox",
      "id": "slider_on_mobile",
      "label": "Slider on Mobile",
      "default": false
    },
    {
      "type": "number",
      "id": "narrow_width_number",
      "label": "Section width in (px)",
      "default": 900,
      "info": "Write 3000 to make full width"
    },
    {
      "type": "checkbox",
      "id": "hide_description",
      "label": "Hide logo description",
      "default": false
    },
    {
      "type": "checkbox",
      "id": "show_stars",
      "label": "Show stars",
      "default": true
    },
    {
      "type": "checkbox",
      "id": "full_slider",
      "label": "Make slider full width (Mobile only)",
      "default": true
    },
    {
      "type": "checkbox",
      "id": "dots",
      "label": "Show slider dots",
      "default": true
    },
    {
      "type": "number",
      "id": "logo_per_line",
      "label": "Logos per line",
      "default": 4,
      "info": "Only works when section is narrow enabled"
    },
    {
      "type": "color",
      "id": "heading_color",
      "label": "Section heading color"
    },
    {
      "type": "textarea",
      "id": "heading",
      "label": "Section heading"
    },
    {
      "type": "header",
      "content": "Image Icons"
    },
    {
      "type": "image_picker",
      "id": "icon_1",
      "label": "Icon 1"
    },
    {
      "type": "textarea",
      "id": "icon_1t",
      "label": "Icon 1 text",
      "default": "Free Shipping over $100"
    },
    {
      "type": "image_picker",
      "id": "icon_2",
      "label": "Icon 2"
    },
    {
      "type": "textarea",
      "id": "icon_2t",
      "label": "Icon 2 text",
      "default": "2 Year Limited Warranty"
    },
    {
      "type": "image_picker",
      "id": "icon_3",
      "label": "Icon 3"
    },
    {
      "type": "textarea",
      "id": "icon_3t",
      "label": "Icon 3 text",
      "default": "30 Day Risk-Free Trial"
    },
    {
      "type": "html",
      "id": "html",
      "label": "Styles"
    }
  ],
  "blocks": [
    {
      "type": "testimonial",
      "name": "Testimonial item",
      "settings": [
        {
          "type": "image_picker",
          "id": "image",
          "label": "Image"
        },
        {
          "type": "richtext",
          "id": "content",
          "label": "Content",
          "default": "<p>Our hair was left feeling super-smooth with a gentle shine</p>"
        },
        {
          "type": "number",
          "id": "max_width",
          "label": "Logo width",
          "default": 150
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Testimonial slider"
    }
  ]
}