Section
[Landing] Testimonials v3
1 个模板实例,6 个 section 配置,1 类 block。
真实模板变体
Schema
{
"name": "[Landing] Testimonials v3",
"settings": [
{
"type": "textarea",
"id": "heading",
"label": "Heading"
},
{
"type": "header",
"content": "Colors"
},
{
"type": "color",
"id": "bg_color",
"label": "Background color"
},
{
"type": "color",
"id": "accent_color",
"label": "Accent color",
"info": "Will be used for buttons and text highlights"
},
{
"type": "color",
"id": "text_color",
"label": "Text color"
},
{
"type": "color",
"id": "button_text_color",
"label": "Button text color"
}
],
"blocks": [
{
"type": "testimonial",
"name": "Testimonial",
"settings": [
{
"type": "image_picker",
"id": "image",
"label": "Avatar"
},
{
"type": "textarea",
"id": "title",
"label": "Name"
},
{
"type": "textarea",
"id": "testimonial",
"label": "Testimonial"
},
{
"type": "number",
"id": "rating",
"label": "Rating",
"default": 5
},
{
"type": "text",
"id": "profession",
"label": "Profession",
"info": "If any"
}
]
}
],
"presets": [
{
"name": "[Landing] Testimonials v3",
"category": "Media"
}
]
}