You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/guides/field-types.mdx
+63-1Lines changed: 63 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ description: Complete guide to all ObjectStack field types with examples and con
6
6
7
7
# Field Types Reference
8
8
9
-
ObjectStack supports **30+ field types** covering text, numbers, dates, selections, relationships, media, calculations, and enhanced types. This guide provides practical examples for each type.
9
+
ObjectStack supports **35 field types** covering text, numbers, dates, selections, relationships, media, calculations, and enhanced types. This guide provides practical examples for each type.
10
10
11
11
## Core Text Fields
12
12
@@ -524,6 +524,8 @@ coordinates: Field.location({
524
524
})
525
525
```
526
526
527
+
> **Note:**`geolocation` is an alternative name for the `location` field type. Both refer to the same GPS coordinate field.
0 commit comments