Skip to content

Commit b63198d

Browse files
authored
docs: update folders documentation with the right property (#14060)
`admin.folders` does not exist, but `folders` do
1 parent 24b9e13 commit b63198d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/folders/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const config = buildConfig({
8383

8484
## Collection Configuration
8585

86-
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.
86+
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.
8787

8888
```ts
8989
// Type definition

0 commit comments

Comments
 (0)