chore(richtext-*): lint & prettier
This commit is contained in:
@@ -18,11 +18,9 @@ import { buildConfig } from 'payload/config'
|
||||
import { slateEditor } from '@payloadcms/richtext-slate'
|
||||
|
||||
export default buildConfig({
|
||||
editor: slateEditor({})
|
||||
editor: slateEditor({}),
|
||||
// ...rest of config
|
||||
})
|
||||
|
||||
```
|
||||
|
||||
More detailed usage can be found in the [Payload Docs](https://payloadcms.com/docs/configuration/overview).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user