.. include:: ../../Includes.txt .. _fields-richtext: Richtext ======== .. figure:: ../../Images/FieldTypes/Richtext.svg :alt: Richtext :class: float-left :width: 64px A multiline textfield with richtext editor. .. rst-class:: clear-both .. code-block:: php 'type' => 'text', 'enableRichtext' => true .. figure:: ../../Images/FieldTypes/RichtextPreview.png :alt: Richtext field :class: with-border Richtext field Available TCA options --------------------- * :ref:`config.richtextConfiguration ` * :ref:`config.default ` * :ref:`l10n_mode ` * :ref:`config.behaviour.allowLanguageSynchronization ` See a complete overview of Richtext TCA options in the :ref:`official documentation `.