@mzinga/richtext-slate
v0.1.3
Published
The officially supported Slate richtext adapter for MZinga
Downloads
91
Readme
Payload Slate Rich Text Editor
Slate Rich Text Editor for Payload.
Installation
npm install @mzinga/richtext-slateUsage
import { buildConfig } from 'mzinga/config'
import { slateEditor } from '@mzinga/richtext-slate'
export default buildConfig({
editor: slateEditor({}),
// ...rest of config
})More detailed usage can be found in the MZinga Docs.
