Getting editor config in the frontend #11567
Unanswered
goodboyaloy
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm building a rich text editor (lexical) outside of admin, but within the same project. I am looking to re-use the editor config defined in payload.config.ts.
Going through the repo, I figured a way to do this would be to:
But it seems I can't do it this way, because of a build error:
Any ideas on how I could achieve this?
Beta Was this translation helpful? Give feedback.
All reactions