Payload Folders Tree View is a plugin for Payload CMS that adds a collapsible folder tree to the Admin UI, making it easy to browse and find documents by folders across multiple collections. It leverages Payload’s built-in folders feature and injects a component into the admin navigation.
Untitled.video.2.mp4
This plugin is available publicly on npm.
- Install
pnpm add payload-folder-tree-view
- Add to your payload config
import { payloadFolderTreeView } from 'payload-folder-tree-view';
export default {
plugins: [
payloadFolderTreeView({
showFiles: true,
// Other options available
}),
],
};
Contributions are welcome! To get started:
- Fork the repository
- Create a new branch (
git checkout -b feature/your-feature
) - Commit your changes
- Open a pull request
Please see the CONTRIBUTING.md for more details.
If you have questions or need support,
- Open an issue on GitHub.
- Find me on the Payload discord.
- Email me on [email protected].