You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: