0.0.4 • Published 1 year ago

@maxmorozoff/payload-plugin-lexical-field-hooks v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Payload Plugin Fix Lexical Hooks

A plugin for Payload that resolves issues with richtext-lexical field-level hooks

Background

More info: payloadcms/payload/discussions/4351

How to install a plugin

To install any plugin, simply add it to your payload.config() in the Plugin array.

import lexicalFieldHooks from '@maxmorozoff/payload-plugin-lexical-field-hooks';

export const config = buildConfig({
  plugins: [
    // You can pass options to the plugin
    lexicalFieldHooks({
		  enabled: true,
    }),
  ]
});
0.0.4

1 year ago

0.0.3

1 year ago