-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Missing Label + Description Fields in nested Lexical RichText Field #9905
Labels
plugin: richtext-lexical
@payloadcms/richtext-lexical
Comments
aschnebelext
added
status: needs-triage
Possible bug which hasn't been reproduced yet
validate-reproduction
labels
Dec 11, 2024
github-actions
bot
removed
the
status: needs-triage
Possible bug which hasn't been reproduced yet
label
Dec 11, 2024
Inside the Lexical editor, the way to put a Label to the blocks or to the fields of the blocks is like this: admin: {
components: {
Label: '/path/to/your/LabelComponent.js',
},
}, You can read the documentation here. Note that the blocks do not include a description property when they are rendered inside the Lexical editor. |
This issue has been automatically locked. |
github-actions
bot
added
the
status: needs-triage
Possible bug which hasn't been reproduced yet
label
Dec 31, 2024
github-actions
bot
removed
status: needs-triage
Possible bug which hasn't been reproduced yet
status: verified
If an issue has been reproduced
labels
Dec 31, 2024
🚀 This is included in version v3.13.0 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the Bug
The Label and/or Description is not rendered when using the RichText Lexical Editor in a Block Field.
Link to the code that reproduces this issue
https://github.com/aschnebelext/payload-nested-richtext
Reproduction Steps
Fork my reproduction Repository, create a user, create a new lesson, create a new "Quiz" Block and notice, that the Label and Descriptions are missing.
Which area(s) are affected? (Select all that apply)
area: core
Environment Info
The text was updated successfully, but these errors were encountered: