Skip to content

cimisy@2.0.2

Choose a tag to compare

@github-actions github-actions released this 14 Jul 14:57
f6d45c3

Patch Changes

  • adb2d28: Admin content tree: top-level collections and singletons with a previewPath are now grouped by route, the same way an explicit page({ route }) block already is — a previewPath: "/blog/:slug" collection or a previewPath: "/about" singleton declared outside any page() now renders under a labeled route group instead of a bare, context-free card. If the derived route matches an existing page({ route })'s route, the item merges into that page's group instead of creating a duplicate. Entities with no previewPath are unaffected. Purely a grouping change in buildAdminManifest — no config shape changes, nothing to migrate.