Skip to content

FAQs

The FAQs feature renders a Bootstrap accordion where each question/answer pair is a block list item.

PropertyValue
Element type aliasfeatureFaqs
Display nameFAQs
Component compositionfeatureComponentFaqs
Settings typefeatureSettings
Uses shared layoutYes (_Layout_Features.cshtml)
  • featureComponentFeatureTitle — heading
  • featureComponentFeatureDescription — lead text
  • featureComponentFeatureSummary — footer text
  • featureComponentFaqs — block list of FAQ items

This feature uses block list inside block grid. The featureComponentFaqs property is a block list that accepts featureComponentFAQ items.

Each FAQ item has its own view at Views/Partials/blocklist/Components/featureComponentFAQ.cshtml which renders an individual accordion item with a question (header) and answer (body).

See Block List for more on how block list works inside block grid features.