We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm not sure if this is a security feature or a bug. But, when using TextEditorField you get this output in modal:
TextEditorField
In my case, I would prefer raw output.
If this is security related, you could at least provide an option, to outputRaw HTML output.
The text was updated successfully, but these errors were encountered:
Add new "rawHtmlOutput" option to TextEditorField
7fb3b3b
to optionally enable raw HTML output in detail action and inside modal content (on index action). Relates: EasyCorp#5155
Thanks for this proposal. I'm closing this issue in favor of #6675, which tries to improve this.
I'll take a look at your PR #5156 to see if we can reuse any part of it.
Thanks!
Sorry, something went wrong.
No branches or pull requests
I'm not sure if this is a security feature or a bug. But, when using
TextEditorField
you get this output in modal:In my case, I would prefer raw output.
If this is security related, you could at least provide an option, to outputRaw HTML output.
The text was updated successfully, but these errors were encountered: