-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lexicalEditor - localized richText in a BlocksFeature does not get returned from the API #6455
Comments
Is there any ETA, or information that can be provided about this issue @AlessioGr? I would be really grateful, as it'd help me arrange my schedule more easily; I have a couple of projects halted due to this, unfortunately. |
Fixed in #6489. Fields no longer get omitted from the API response. Proper localization support will be worked on soon |
This issue has been automatically locked. |
When using the
BlocksFeature
fromlexicalEditor
, if you put anyrichText
within yourblocks
, while localized, the data is saved fine, but the fields are not present in the api response. (both nested blocks and non-nested blocks) Please note, that you must havelocalization
with multiple languages in yourpayload.config.ts
in order to observe the issue.Here is a reproduction
The text was updated successfully, but these errors were encountered: