mirror of
https://github.com/zhigang1992/firecms.git
synced 2026-06-15 01:58:59 +08:00
26 lines
507 B
Markdown
26 lines
507 B
Markdown
---
|
|
id: map
|
|
title: Map
|
|
sidebar_label: Map
|
|
---
|
|
|
|
## `properties`
|
|
Record of properties included in this map.
|
|
|
|
## `previewProperties`
|
|
List of properties rendered as this map preview. Defaults to first 3.
|
|
|
|
## `validation`
|
|
|
|
* `required` Should this field be compulsory.
|
|
* `requiredMessage` Message to be displayed as a validation error.
|
|
|
|
---
|
|
|
|
The widget that gets created is
|
|
- [`MapField`](api/functions/mapfield.md) Field that renders the children
|
|
property fields
|
|
|
|
Links:
|
|
- [API](api/interfaces/mapproperty.md)
|