Section
Testimonials
0 个模板实例,11 个 section 配置,1 类 block。
真实模板变体
当前模板未直接使用该 section。
Schema
{
"name": "Testimonials",
"class": "section-testimonials",
"settings": [
{
"type": "checkbox",
"id": "full_width",
"label": "Make section full width",
"default": true
},
{
"type": "select",
"id": "text_size",
"label": "Text size",
"default": "medium",
"options": [
{
"value": "small",
"label": "Small"
},
{
"value": "medium",
"label": "Medium"
},
{
"value": "large",
"label": "Large"
}
]
},
{
"type": "select",
"id": "pagination",
"label": "Pagination",
"default": "dots",
"options": [
{
"value": "dots",
"label": "Dots"
},
{
"value": "logos",
"label": "Logos"
}
]
},
{
"type": "checkbox",
"id": "autoplay",
"label": "Auto-rotate slides",
"default": true
},
{
"type": "range",
"id": "autoplay_length",
"min": 3,
"max": 10,
"step": 1,
"unit": "s",
"label": "Change slides every",
"default": 5
},
{
"type": "header",
"content": "Colors"
},
{
"type": "color",
"id": "color_bg",
"label": "Background",
"default": "transparent"
},
{
"type": "color",
"id": "color_text",
"label": "Text",
"default": "#151515"
},
{
"type": "header",
"content": "Spacing"
},
{
"type": "checkbox",
"id": "disable_top_spacing",
"default": false,
"label": "Remove top spacing"
},
{
"type": "checkbox",
"id": "disable_bottom_spacing",
"default": false,
"label": "Remove bottom spacing"
}
],
"blocks": [
{
"type": "quote",
"name": "Testimonial",
"settings": [
{
"type": "image_picker",
"id": "image",
"label": "Logo"
},
{
"type": "select",
"id": "stars",
"options": [
{
"value": "",
"label": "None"
},
{
"value": "3",
"label": "3 out of 5"
},
{
"value": "3.5",
"label": "3.5 out of 5"
},
{
"value": "4",
"label": "4 out of 5"
},
{
"value": "4.5",
"label": "4.5 out of 5"
},
{
"value": "5",
"label": "5 out of 5"
}
],
"default": "",
"label": "Star rating"
},
{
"type": "textarea",
"id": "text",
"label": "Text",
"default": "Add your customer or client quote here to showcase them."
},
{
"id": "author",
"type": "text",
"label": "Author",
"default": "Testimonial author"
}
]
}
],
"presets": [
{
"name": "Testimonials",
"blocks": [
{
"type": "quote"
},
{
"type": "quote"
},
{
"type": "quote"
}
]
}
]
}