Skip to content

Block faq

Sébastien Moulène edited this page May 15, 2023 · 3 revisions

Displays some images cards in column. Alignment and button are available

HTML

https://github.com/hugolify/hugolify-theme/blob/main/layouts/partials/blocks/templates/faq.html

SASS

https://github.com/hugolify/hugolify-theme/blob/main/assets/sass/components/blocks/_faq.sass

Frontmatter

blocks:
  - type: faq
    heading:
      title: ""
      text: ""
    items:
      title: ""
      text: ""
    background: false

Netlify CMS

  • FAQ object
    • heading object
      • title string
      • text string
    • items list
      • title string
      • text markdown
    • background boolean