I am trying to add FAQ section to my top page, but not sure how to reflect output.
What I have done already is installing the app called “EASY FAQ BY NDNAPPS.COM” and adding a FAQ section to customizer.
All I need to figure out is here below.
{{ section.settings.faq }}
{% schema %}
{
“name”: “FAQ”,
“settings”: [
{
“type”: “page”,
“id”: “faq”,
“label”: “FAQ”
}
],
“presets”: [
{
“category”: “Page”,
“name”: “FAQ”
}
]
}
{% endschema %}
I saw this direction on their app page.
Show the FAQs into another page, please go to theOnline Store > Pages: edit/create your page and insert this embedded code into the Content field.[ndnapps-easyfaqs]I am assuming this easyfaq code should use in section code.
Does anyone know how should I figure this out?