feat(richtext-lexical): mdx support (#9160)
Supports bi-directional import/export between MDX <=> Lexical. JSX will be mapped to lexical blocks back and forth. This will allow editing our mdx docs in payload while keeping mdx as the source of truth --------- Co-authored-by: Germán Jabloñski <43938777+GermanJablo@users.noreply.github.com>
This commit is contained in:
@@ -51,6 +51,7 @@ export const renderField: RenderFieldMethod = ({
|
||||
defaultIDType: req.payload.config.db.defaultIDType,
|
||||
field: fieldConfig,
|
||||
i18n: req.i18n,
|
||||
importMap: req.payload.importMap,
|
||||
})
|
||||
|
||||
const permissions =
|
||||
|
||||
Reference in New Issue
Block a user