FAQs
Introduction
FAQs are Tailor Blueprint entries designed to display the frequently asked questions throughout the pages. The idea behind the FAQs is that you can quickly add them and display them in a simple manor. These are defined in the faq.yaml
blueprint.
They support a question/answer pair in plain text. The title is never used on the frontend and is used for organization purposes in the backend.
Template Files
The files below are used to display content throughout the site. Below is an explanation of what each file does and how things are rendered.
Partials
builder/sections/faqs.htm
builder/sections/faqs.htm
This file renders a section block with configurable options under the "Styles" tab.
builder/colums/faqs.htm
builder/colums/faqs.htm
This file renders exactly the same as the section block, except within a column.
Blueprints
builder/faq
builder/faq
These files are used to render the blocks in the Dynamic Page Builder (Section and Column)
Last updated