events/Documentation/Changelog/4.2.0.rst
Daniel Siepmann 2d6c13e199
Support import of HTML variant for detail text (#65)
Provide a new option within configurations to turn on import of HTML
from destination.one for detail text of each event.

Resolves: #10629
2024-08-20 08:58:31 +02:00

33 lines
496 B
ReStructuredText

4.2.0
=====
Breaking
--------
Nothing
Features
--------
* Support HTML for detail text of events when importing data from destination.one.
This can be enabled within the import configuration. That way one can restrict the
HTML import to certain import configurations.
Ensure to adjust the templates when turning on the feature.
Either use `f:format.html` or `f:sanitize.html` as content might be unsafe.
Fixes
-----
Nothing
Tasks
-----
Nothing
Deprecation
-----------
Nothing