- Issue created by @michaelsoetaert
The Popup body
is using a rich text editor (eg. ckeditor
), but when translating the value of the body, the original formatting (eg. <strong></strong>
or inline images) gets lost.
Change the schema type for body
from config_object
to text_format
.
This will still support translation of the body
, but will also allow formatting of the translated value.
Active
3.0
Code