Section

IFA Doctor Testimonials

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

真实模板变体

Schema

{
  "name": "IFA Doctor Testimonials",
  "settings": [
    {
      "type": "text",
      "id": "heading",
      "label": "Heading"
    },
    {
      "type": "select",
      "id": "color_mode",
      "label": "Color Mode",
      "options": [
        {
          "value": "light",
          "label": "Light"
        },
        {
          "value": "dark",
          "label": "Dark"
        }
      ],
      "default": "dark"
    }
  ],
  "blocks": [
    {
      "type": "image",
      "name": "Image",
      "settings": [
        {
          "type": "image_picker",
          "id": "image",
          "label": "Image"
        },
        {
          "type": "text",
          "id": "title",
          "label": "Doctor Name"
        },
        {
          "type": "textarea",
          "id": "doctor_title",
          "label": "Title"
        },
        {
          "type": "textarea",
          "id": "testimonial",
          "label": "Testimonial"
        },
        {
          "type": "video_url",
          "id": "video",
          "label": "Video",
          "accept": [
            "youtube"
          ]
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "IFA Doctor Testimonials",
      "category": "IFA"
    }
  ]
}