Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <h1>{{ section.settings.heading }}</h1>
- <h3>{{ section.settings.question1 }}</h3>
- <p>{{ section.settings.answer1 }}</p>
- <h3>{{ section.settings.question2 }}</h3>
- <p>{{ section.settings.answer2 }}</p>
- <h3>{{ section.settings.question3 }}</h3>
- <p>{{ section.settings.answer3 }}</p>
- {% schema %}
- {
- "name": "Custumer Questions",
- "settings": [
- {
- "type": "text",
- "label": "heading for faq",
- "id": "heading"
- },
- {
- "type": "text",
- "label": "customer question 1",
- "id": "question1"
- },
- {
- "type": "textarea",
- "label": "answer 1",
- "id": "answer1"
- },
- {
- "type": "text",
- "label": "customer question 2",
- "id": "question2"
- },
- {
- "type": "textarea",
- "label": "answer 2",
- "id": "answer2"
- },
- {
- "type": "text",
- "label": "customer question 3",
- "id": "question3"
- },
- {
- "type": "textarea",
- "label": "answer 3",
- "id": "answer3"
- }
- ]
- }
- {% endschema %}
- {% stylesheet %}
- {% endstylesheet %}
- {% javascript %}
- {% endjavascript %}
Advertisement
Advertisement
Advertisement
RAW Paste Data
Copied
Advertisement