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