Skip to content

Block map

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

Displays a simple map with one marker

HTML

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

SASS

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

Frontmatter

blocks:
  - type: map
    heading:
      surtitle: ""
      title: ""
      text: ""
    location: {}
    zoom: 13
    background: false

Netlify CMS

  • Map object
    • heading object
      • surtitle string
      • title string
      • text string
    • location map
    • zoom number [1…20]
    • background boolean