Files
payload/docs/Configuration/collections.mdx
2020-11-20 13:39:18 -05:00

21 lines
308 B
Plaintext

---
title: Collection Configuration
label: Collections
order: 20
---
Talk about how to write collection configs here.
TODO: What collections are and what they represent
### Stand-alone file
```js
module.exports = {
slug: 'customer',
labels: {
singular: 'Customer',
plural: 'Customers',
}
}