Text editor¶
Description¶
Shows a rich text editor, capable of formatting text as well. The output of the editor will be stored as HTML in a string field.
Example¶
<property name="description" type="text_editor">
<meta>
<title lang="en">Description</title>
</meta>
</property>
Twig¶
When outputting the text editor field in twig the raw filter need to be used:
{{ content.description|raw }}