lumber
lumber copied to clipboard
Does Rich Text Editor Field supports HTML editing?
At my React app I have a component with a dangerouslySetInnerHTML
attribute.
Mongoose Post model provides a content field for this component and I'm stuck with Rich Text Editor field in ForestAdmin. When I click at button <>
which expected to deliver some sort of source code for me but It's only wrapping all this text in <pre>
tag instead as I would add some example code. How could I edit field with html code inside from Forest Admin?
As a workaround I'm using textarea field with copypasting content to my desktop editor back and forth, but what about WYSIWYG editor with ability to edit source code?
@vadimshvetsov did you get any answer ? having the same problem
Yep, it's not supported yet :)