npm.io
3.85.2 • Published 17h ago

@payloadcms/richtext-slate

Licence
MIT
Version
3.85.2
Deps
7
Size
564 kB
Vulns
0
Weekly
0
Stars
43.3K

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.