diff --git a/docs/src/content/docs/concepts/collections.mdx b/docs/src/content/docs/concepts/collections.mdx index 6e70f43d1..62c65c867 100644 --- a/docs/src/content/docs/concepts/collections.mdx +++ b/docs/src/content/docs/concepts/collections.mdx @@ -22,6 +22,7 @@ Create collections through the admin panel under **Content Types**. Each collect | `description` | Optional description for editors | | `icon` | Lucide icon name for the admin sidebar | | `supports` | Features like drafts, revisions, preview, scheduling, search, seo | +| `urlPattern` | URL template for public routing (e.g., `/blog/{slug}`) |