#How to include upload drawer in custom field

2 messages · Page 1 of 1 (latest)

keen estuary
#

I am create a custom rich text editor i want to use image picker (same like default rich text editor)

bleak lark
#

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

GitHub

The React + TypeScript CMS. Payload is a free and open-source Headless CMS and Application Framework built with TypeScript, Node.js, React, and MongoDB. - payload/index.tsx at 3ebe7b4a7e739c48f7b13...