Files
payloadcms/packages/richtext-lexical
Valur Sverrisson 7088d25787 fix(translations): fixes to Icelandic translations (#14038)
### What?
Add various missing translations for Icelandic language and update some
of the current ones to be more human readable.

### Why?
To make it more useable in Icelandic
2025-10-02 16:54:57 +00:00
..
2025-07-07 20:00:02 +00:00

Payload Lexical Rich Text Editor

Lexical Rich Text Editor for Payload.

Installation

npm install @payloadcms/richtext-lexical

Usage

import { buildConfig } from 'payload'
import { lexicalEditor } from '@payloadcms/richtext-lexical'

export default buildConfig({
  editor: lexicalEditor({}),
  // ...rest of config
})

More detailed usage can be found in the Payload Docs.