Closes #6455. Proper localization support will be worked on later, this just resolves the issue where having it enabled not only doesn't localize those fields, it also omits them from the API response. Now, they are not omitted, and localization is simply skipped.
Payload Lexical Rich Text Editor
Lexical Rich Text Editor for Payload.
Installation
npm install @payloadcms/richtext-lexical
Usage
import { buildConfig } from 'payload/config'
import { lexicalEditor } from '@payloadcms/richtext-lexical'
export default buildConfig({
editor: lexicalEditor({}),
// ...rest of config
})
More detailed usage can be found in the Payload Docs.