How to add description to the richEditor

Hello everybody, i have a problem where i can not add the description for the above rich editor, i tried with helperText not helping, i would like to have description under the content label
image.png
Solution
You can add a hint next to the label
https://filamentphp.com/docs/3.x/forms/fields/getting-started#adding-a-hint-next-to-the-label

or

->label(new HtmlString('<div>Label</div><div class="text-sm text-gray-500">Description</div>'))
Was this page helpful?