{ "doctype": "Web Template", "name": "Testimonial Cards Section - 1", "module": "Website", "type": "Component", "template": "
{% if heading %}

{{ heading }}

{% endif %}{% if sub_heading %}

{{ sub_heading }}

{% endif %}
{% for testimonial in testimonials %}

{{testimonial.testimonial_content}}

{{ testimonial.testimonial_author_name }}

{{ testimonial.testimonial_author_title }}

{% endfor %}
", "fields": [ { "fieldname": "heading", "fieldtype": "Data", "label": "Heading", "reqd": 0 }, { "fieldname": "sub_heading", "fieldtype": "Data", "label": "Sub Heading", "reqd": 0 }, { "fieldname": "padding_top", "fieldtype": "Data", "label": "Padding Top", "reqd": 0 }, { "fieldname": "padding_bottom", "fieldtype": "Data", "label": "Padding Bottom", "reqd": 0 }, { "fieldname": "testimonials", "fieldtype": "Table Break", "label": "Testimonials", "reqd": 0 }, { "fieldname": "testimonial_content", "fieldtype": "Text", "label": "Content", "reqd": 0 }, { "fieldname": "testimonial_rating", "fieldtype": "Select", "label": "Rating", "options": "1\n1.5\n2\n2.5\n3\n3.5\n4\n4.5\n5", "reqd": 0 }, { "fieldname": "testimonial_author_image", "fieldtype": "Attach Image", "label": "Author Image", "reqd": 0 }, { "fieldname": "testimonial_author_name", "fieldtype": "Data", "label": "Author Name", "reqd": 0 }, { "fieldname": "testimonial_author_title", "fieldtype": "Data", "label": "Author Title", "reqd": 0 } ], "owner": "Administrator", "created_by": "Administrator", "modified": "2024-08-12 14:30:14", "standard": 0 }