# maxLengthPlugin

**Kind:** Constant

**Source:** [`atloria-monorepo/packages/editor/src/plugins/maxlength/index.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/editor/src/plugins/maxlength/index.ts#L16)

A plugin that limits the maximum length of the text content of the editor.
Adapted from the Lexical plugin. https://github.com/facebook/lexical/blob/main/packages/lexical-playground/src/plugins/MaxLengthPlugin/index.tsx
