Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/folders/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const config = buildConfig({

## Collection Configuration

To enable folders on a collection, you need to set the `admin.folders` property to `true` on the collection config. This will add a hidden relationship field to the collection that relates to a folder — or no folder.
To enable folders on a collection, you need to set the `folders` property to `true` on the collection config. This will add a hidden relationship field to the collection that relates to a folder — or no folder.

```ts
// Type definition
Expand Down
Loading