Section

[Landing] Testimonials

16 个模板实例,5 个 section 配置,2 类 block。

真实模板变体

Schema

{
  "name": "[Landing] Testimonials",
  "settings": [
    {
      "type": "color",
      "id": "background",
      "label": "Background"
    },
    {
      "type": "textarea",
      "id": "heading",
      "label": "Heading"
    },
    {
      "type": "textarea",
      "id": "description",
      "label": "Description"
    },
    {
      "type": "number",
      "id": "review_stars",
      "label": "Stars"
    },
    {
      "type": "textarea",
      "id": "review_text",
      "label": "用户评价引导文案"
    }
  ],
  "blocks": [
    {
      "type": "testimonial",
      "name": "Testimonial",
      "settings": [
        {
          "type": "image_picker",
          "id": "image",
          "label": "Image"
        },
        {
          "type": "number",
          "id": "review_stars",
          "label": "Stars"
        },
        {
          "type": "textarea",
          "id": "title",
          "label": "Title"
        },
        {
          "type": "textarea",
          "id": "description",
          "label": "Description"
        }
      ]
    },
    {
      "type": "video",
      "name": "Video",
      "settings": [
        {
          "type": "video",
          "id": "video",
          "label": "Video"
        },
        {
          "type": "text",
          "id": "title",
          "label": "Description"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "[Landing] Testimonials",
      "category": "Content"
    }
  ]
}