{{section.settings.title}}

{% if section.blocks.size > 0 %} {% for block in section.blocks %}

{{block.settings.answ}}

{{block.settings.answ1}}

{% endfor %} {% endif %}
{% schema %} { "name": "faq2", "class": "faq2", "max_blocks":24, "settings": [ { "type": "text", "id": "title", "label": "Heading" } ], "blocks": [ { "type": "question", "name": "question/Answer", "settings": [ { "type": "richtext", "id": "ques", "label": "Question" }, { "type": "richtext", "id": "answ", "label": "Answer" }, { "type": "richtext", "id": "ques1", "label": "Question" }, { "type": "richtext", "id": "answ1", "label": "Answer" } ] } ] } {% endschema %}