Your IP : 216.73.217.95


Current Path : /var/www/surf/TYPO3/vendor/mask/mask/Documentation/Fieldtypes/Type/
Upload File :
Current File : /var/www/surf/TYPO3/vendor/mask/mask/Documentation/Fieldtypes/Type/Richtext.rst

.. 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 <t3tca:columns-text-properties-richtextConfiguration>`
*  :ref:`config.default <t3tca:tca_property_default>`
*  :ref:`l10n_mode <t3tca:columns-properties-l10n-mode>`
*  :ref:`config.behaviour.allowLanguageSynchronization <t3tca:tca_property_behaviour_allowLanguageSynchronization>`

See a complete overview of Richtext TCA options in the :ref:`official documentation <t3tca:columns-text-properties-enableRichtext>`.