Files
payload/packages/plugin-nested-docs
Jessica Chowdhury d92c0009ed fix(plugin-nested-docs): corrects data shape of breadcrumbs returned in hooks (#10866)
### What?
The `plugin-nested-docs` returns an array of breadcrumbs - the
`resaveChildren` file accidentally processed the breadcrumbs twice, once
where the data is updated and once within the `populateBreadcrumbs`
function which was causing the objects to be double nested.

### How?
Removes the extra nesting from `resaveChildren` file and allows the
`populateBreadcrumbs` to return the final data.

Fixes #10855
2025-02-24 11:10:21 -05:00
..
2022-11-16 14:06:03 -05:00
2025-02-19 13:37:26 -05:00

Payload Nested Docs Plugin

A plugin for Payload to easily nest the documents of your application inside of one another.