chore: moves collections folders property to the top level (#12508)

This commit is contained in:
Jarrod Flesch
2025-05-22 16:01:33 -04:00
committed by GitHub
parent f75d62c79b
commit d83b2bf3fa
17 changed files with 37 additions and 63 deletions

View File

@@ -1,6 +1,6 @@
---
title: Folders
label: Folders
label: Overview
order: 10
desc: Folders allow you to group documents across collections, and are a great way to organize your content.
keywords: folders, folder, content organization
@@ -95,9 +95,7 @@ const config = buildConfig({
{
slug: 'pages',
// highlight-start
admin: {
folders: true, // defaults to false
},
folders: true, // defaults to false
// highlight-end
},
],