Skip to content

block selected

Sébastien Moulène edited this page May 15, 2023 · 1 revision

Displays a selection of items

HTML

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

SASS

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

Frontmatter

blocks:
  - type: selected-*
    section: *
    heading:
      surtitle: ""
      title: ""
      text: ""
    items:
    show_more: false
    background: false

Netlify CMS

  • selected-* object
    • heading object
      • surtitle string
      • title string
      • text string
    • items select (multiple)
    • show_more boolean
    • background boolean

"*" = posts, projects, casestudies, persons, publications…