@payloadcms/richtext-slate
v3.11.0
Published
The officially supported Slate richtext adapter for Payload
Downloads
68,819
Maintainers
Keywords
Readme
Payload Slate Rich Text Editor
Slate Rich Text Editor for Payload.
Installation
npm install @payloadcms/richtext-slate
Usage
import { buildConfig } from 'payload'
import { slateEditor } from '@payloadcms/richtext-slate'
export default buildConfig({
editor: slateEditor({}),
// ...rest of config
})
More detailed usage can be found in the Payload Docs.