#How to include upload drawer in custom field
2 messages · Page 1 of 1 (latest)
There's a useListDrawer hook that returns the ListDrawer component which is used throughout our admin UI. There's no documentation around this yet and it's not exported top-level so you may have to dig around for it's import path. The only parameters are an array of collection slugs that you'd like to render in that drawer. https://github.com/payloadcms/payload/blob/3ebe7b4a7e739c48f7b13fa5b57395581b5e8ed1/src/admin/components/elements/ListDrawer/index.tsx