lumber icon indicating copy to clipboard operation
lumber copied to clipboard

Does Rich Text Editor Field supports HTML editing?

Open vadimshvetsov opened this issue 7 years ago • 2 comments

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 avatar Sep 24 '17 12:09 vadimshvetsov

@vadimshvetsov did you get any answer ? having the same problem

MiraiTunga avatar Jun 27 '18 00:06 MiraiTunga

Yep, it's not supported yet :)

vadimshvetsov avatar Jun 27 '18 14:06 vadimshvetsov