FAQs
{% comment %} FAQ Section {% endcomment %}
FAQ
Frequently Asked Questions
{% for block in section.blocks %}{{ block.settings.answer }}
{% schema %} { "name": "FAQ", "blocks": [ { "type": "faq_item", "name": "FAQ Item", "settings": [ { "type": "text", "id": "question", "label": "Question", "default": "What's your return policy?" }, { "type": "textarea", "id": "answer", "label": "Answer", "default": "We offer a 30-day return policy on all orders." } ] } ], "presets": [ { "name": "FAQ", "blocks": [ { "type": "faq_item" }, { "type": "faq_item" }, { "type": "faq_item" } ] } ] } {% endschema %}