Field Types

Reference for every Free field type in SiteNivo — what it stores and when to use it.

Basic

TypeUse for
Text / Textarea / Email / URL / PasswordSingle-line or multi-line text and validated strings
Number / RangeNumeric values and sliders
ColorHex color picker
Select / CheckboxSingle or multiple choices
Date / Time / Date TimeScheduling and calendars
WYSIWYGRich text (stored HTML; use kses-aware output)
oEmbedEmbeddable media URLs
LinkURL + title + target style link object

Media

  • Image — featured-style image from Media Library
  • File — any attachment
  • Gallery — multiple images

Relational

  • Post Object / Relationship — link to other posts
  • Taxonomy — term selection
  • User — user picker
  • Page Link — page/post URL helper

Maps

  • Google Map — requires API key under SiteNivo → Settings → Integrations
  • OpenStreetMap — map without Google key

Layout (structure only)

  • Tab / Accordion — organize the edit UI
  • Message — instructional HTML for editors

Pro (Coming Soon)

Repeater, Clone, Flexible Content, Table — nested/repeatable layouts.

Keys matter

Field Name is the meta key you pass to sn_get_field(). Keep it stable once content exists.

Related docs

Field Groups · Template Functions · Settings (Maps API)