There are HTML tags in some fields of the external databases. However, VDC doesn't render HTML.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3312773-allow-html-or-not-2.patch | 2.88 KB | andileco |
There are HTML tags in some fields of the external databases. However, VDC doesn't render HTML.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3312773-allow-html-or-not-2.patch | 2.88 KB | andileco |
Comments
Comment #1
fishfree commentedI tried {{ field***|raw }} in the field rewrite config with the help of Twig tweak module. But no luck. Also tried theme override, still no luck.
Comment #2
andileco commentedHi @fishfree - sorry for the delay. Can you try this patch (after you apply it, clear caches and then check the "Render the field as HTML" checkbox in your field settings in the View)?
Comment #3
fishfree commentedThank you very much! @andileco. It works now. However, if it can be configured to use full_html or other available text formats, it will be perfect!
Comment #5
andileco commentedThank you, @fishfree. I decided to commit the patch, since it worked, even if it's not optimal. At this point, I don't have the bandwidth for a more involved solution.