docs(fields): add common options

This commit is contained in:
Elliot DeNolf
2020-11-11 15:39:21 -05:00
parent 27e5dc4d55
commit 7caa025278
2 changed files with 51 additions and 10 deletions

View File

@@ -36,4 +36,4 @@ You can define as many Collections as you need. On each Collection, you can spec
Fields are the building blocks of Payload. Collections and Globals both use Fields to define the shape of the data that they store.
</Banner>
Payload comes with many different types of Fields that give you a ton of flexibility while designing your API. Each Field type has its own potential properties that allow you to customize how they work.
Payload comes with [many different types](../fields/overview) of Fields that give you a ton of flexibility while designing your API. Each Field type has its own potential properties that allow you to customize how they work.