21 lines
308 B
Plaintext
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',
|
|
}
|
|
}
|